LLVM
8.0.1
|
This is the complete list of members for llvm::LTOModule, including all inherited members.
createFromBuffer(LLVMContext &Context, const void *mem, size_t length, const TargetOptions &options, StringRef path="") | llvm::LTOModule | static |
createFromFile(LLVMContext &Context, StringRef path, const TargetOptions &options) | llvm::LTOModule | static |
createFromOpenFile(LLVMContext &Context, int fd, StringRef path, size_t size, const TargetOptions &options) | llvm::LTOModule | static |
createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, size_t map_size, off_t offset, const TargetOptions &options) | llvm::LTOModule | static |
createInLocalContext(std::unique_ptr< LLVMContext > Context, const void *mem, size_t length, const TargetOptions &options, StringRef path) | llvm::LTOModule | static |
getAsmUndefinedRefs() | llvm::LTOModule | inline |
getLinkerOpts() | llvm::LTOModule | inline |
getModule() const | llvm::LTOModule | inline |
getModule() | llvm::LTOModule | inline |
getProducerString(MemoryBuffer *Buffer) | llvm::LTOModule | static |
getSymbolAttributes(uint32_t index) | llvm::LTOModule | inline |
getSymbolCount() | llvm::LTOModule | inline |
getSymbolGV(uint32_t index) | llvm::LTOModule | inline |
getSymbolName(uint32_t index) | llvm::LTOModule | inline |
getTargetTriple() | llvm::LTOModule | inline |
isBitcodeFile(const void *mem, size_t length) | llvm::LTOModule | static |
isBitcodeFile(StringRef path) | llvm::LTOModule | static |
isBitcodeForTarget(MemoryBuffer *memBuffer, StringRef triplePrefix) | llvm::LTOModule | static |
isThinLTO() | llvm::LTOModule | |
makeBuffer(const void *mem, size_t length, StringRef name="") | llvm::LTOModule | static |
setTargetTriple(StringRef Triple) | llvm::LTOModule | inline |
takeModule() | llvm::LTOModule | inline |
~LTOModule() | llvm::LTOModule |