Searched refs:ModPath (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h391 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } argument
1387 uint64_t getModuleId(const StringRef ModPath) const {
1388 return ModulePathStringTable.lookup(ModPath).first;
1392 const ModuleHash &getModuleHash(const StringRef ModPath) const {
1393 auto It = ModulePathStringTable.find(ModPath);
1421 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId, argument
1423 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
1426 /// Return module entry for module with the given \p ModPath.
1427 ModuleInfo *getModule(StringRef ModPath) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp494 for (auto &ModPath : Index.modulePaths()) {
495 const auto &Filename = ModPath.first();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1082 for (auto &ModPath : TheIndex->modulePaths())
1083 ModuleIdToPathMap[ModPath.second.first] = ModPath.first();
2915 for (auto &ModPath : TheIndex->modulePaths())
2916 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair(
2919 ModPath.second.first == -1u ? RegularLTOModuleName
2920 : (std::string)std::string(ModPath.first()),
2921 ModPath.second.second);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1787 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); local
1788 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end();

Completed in 307 milliseconds