LLVM  3.7.0
llvm::LTOModule Member List

This is the complete list of members for llvm::LTOModule, including all inherited members.

createFromBuffer(const void *mem, size_t length, TargetOptions options, std::string &errMsg, StringRef path="")llvm::LTOModulestatic
createFromFile(const char *path, TargetOptions options, std::string &errMsg)llvm::LTOModulestatic
createFromOpenFile(int fd, const char *path, size_t size, TargetOptions options, std::string &errMsg)llvm::LTOModulestatic
createFromOpenFileSlice(int fd, const char *path, size_t map_size, off_t offset, TargetOptions options, std::string &errMsg)llvm::LTOModulestatic
createInContext(const void *mem, size_t length, TargetOptions options, std::string &errMsg, StringRef path, LLVMContext *Context)llvm::LTOModulestatic
createInLocalContext(const void *mem, size_t length, TargetOptions options, std::string &errMsg, StringRef path)llvm::LTOModulestatic
getAsmUndefinedRefs()llvm::LTOModuleinline
getLinkerOpts()llvm::LTOModuleinline
getModule() const llvm::LTOModuleinline
getModule()llvm::LTOModuleinline
getSymbolAttributes(uint32_t index)llvm::LTOModuleinline
getSymbolCount()llvm::LTOModuleinline
getSymbolGV(uint32_t index)llvm::LTOModuleinline
getSymbolName(uint32_t index)llvm::LTOModuleinline
getTargetTriple()llvm::LTOModuleinline
isBitcodeFile(const void *mem, size_t length)llvm::LTOModulestatic
isBitcodeFile(const char *path)llvm::LTOModulestatic
isBitcodeForTarget(MemoryBuffer *memBuffer, StringRef triplePrefix)llvm::LTOModulestatic
makeBuffer(const void *mem, size_t length, StringRef name="")llvm::LTOModulestatic
setTargetTriple(StringRef Triple)llvm::LTOModuleinline
~LTOModule()llvm::LTOModule