Searched refs:addModule (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp77 Context.addModule(this);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp157 bool LTOCodeGenerator::addModule(LTOModule *Mod) { function in class:LTOCodeGenerator
H A DLTOModule.cpp48 SymTab.addModule(Mod.get());
H A DThinLTOCodeGenerator.cpp509 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) { function in class:ThinLTOCodeGenerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1283 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId, function in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp545 EE->addModule(std::move(M));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5370 TheIndex.addModule(ModulePath, ModuleId);
6231 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7500 auto ModuleEntry = Index->addModule(Path, ID, Hash);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4456 = ModuleMgr.addModule(FileName, Type, ImportLoc, ImportedBy,

Completed in 130 milliseconds

12