Searched defs:LTOModule (Results 1 – 2 of 2) sorted by relevance
39 struct LTOModule { struct62 LTOModule(std::unique_ptr<object::IRObjectFile> Obj, TargetMachine *TM); argument111 return const_cast<LTOModule*>(this)->getModule(); in getModule() argument113 Module &getModule() { in getModule()118 const std::string &getTargetTriple() { in getTargetTriple()123 void setTargetTriple(StringRef Triple) { in setTargetTriple()128 uint32_t getSymbolCount() { in getSymbolCount()133 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()140 const char *getSymbolName(uint32_t index) { in getSymbolName()147 uint32_t getDependentLibraryCount() { in getDependentLibraryCount()[all …]
52 LTOModule::LTOModule(std::unique_ptr<object::IRObjectFile> Obj, in LTOModule() function in LTOModule56 LTOModule::LTOModule(std::unique_ptr<object::IRObjectFile> Obj, in LTOModule() function in LTOModule