Searched defs:LTOModule (Results 1 – 2 of 2) sorted by relevance
38 struct LTOModule { struct62 LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef, argument115 const Module &getModule() const { return *Mod; } in getModule()116 Module &getModule() { return *Mod; } in getModule()118 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule()121 const std::string &getTargetTriple() { in getTargetTriple()126 void setTargetTriple(StringRef Triple) { in setTargetTriple()131 uint32_t getSymbolCount() { in getSymbolCount()136 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()143 StringRef getSymbolName(uint32_t index) { in getSymbolName()[all …]
46 LTOModule::LTOModule(std::unique_ptr<Module> M, MemoryBufferRef MBRef, in LTOModule() function in LTOModule