|
LLVM 22.0.0git
|
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 |
| createInputFile(const void *buffer, size_t buffer_size, const char *path, std::string &out_error) | llvm::LTOModule | static |
| getAsmUndefinedRefs() | llvm::LTOModule | inline |
| getAsmUndefSymbolCount() | llvm::LTOModule | inline |
| getAsmUndefSymbolName(uint32_t index) | llvm::LTOModule | inline |
| getDependentLibrary(lto::InputFile *input, size_t index, size_t *size) | llvm::LTOModule | static |
| getDependentLibraryCount(lto::InputFile *input) | llvm::LTOModule | static |
| getLinkerOpts() | llvm::LTOModule | inline |
| getMachOCPUSubType() const | llvm::LTOModule | |
| getMachOCPUType() const | llvm::LTOModule | |
| 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 |
| hasCtorDtor() const | llvm::LTOModule | |
| 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(Triple T) | llvm::LTOModule | inline |
| takeModule() | llvm::LTOModule | inline |
| ~LTOModule() | llvm::LTOModule |