LLVM API Documentation
This is the complete list of members for LTOModule, including all inherited members.
getAsmUndefinedRefs() | LTOModule | inline |
getLLVVMModule() | LTOModule | inline |
getSymbolAttributes(uint32_t index) | LTOModule | inline |
getSymbolCount() | LTOModule | inline |
getSymbolName(uint32_t index) | LTOModule | inline |
getTargetTriple() | LTOModule | inline |
isBitcodeFile(const void *mem, size_t length) | LTOModule | static |
isBitcodeFile(const char *path) | LTOModule | static |
isBitcodeFileForTarget(const void *mem, size_t length, const char *triplePrefix) | LTOModule | static |
isBitcodeFileForTarget(const char *path, const char *triplePrefix) | LTOModule | static |
makeLTOModule(const char *path, llvm::TargetOptions options, std::string &errMsg) | LTOModule | static |
makeLTOModule(int fd, const char *path, size_t size, llvm::TargetOptions options, std::string &errMsg) | LTOModule | static |
makeLTOModule(int fd, const char *path, size_t map_size, off_t offset, llvm::TargetOptions options, std::string &errMsg) | LTOModule | static |
makeLTOModule(const void *mem, size_t length, llvm::TargetOptions options, std::string &errMsg) | LTOModule | static |
setTargetTriple(const char *triple) | LTOModule | inline |