Home
last modified time | relevance | path

Searched refs:ModPath (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/os/win32/
H A Dpcc.iss33 procedure ModPath(BinDir : String);
76 ModPath(appdir + '\bin');
90 ModPath(appdir + '\bin');
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h391 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
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,
1423 return &*ModulePathStringTable.insert({ModPath, {ModId, Hash}}).first;
1427 ModuleInfo *getModule(StringRef ModPath) {
1428 auto It = ModulePathStringTable.find(ModPath);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp494 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex() local
495 const auto &Filename = ModPath.first(); in loadAllFilesForIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1082 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() local
1083 ModuleIdToPathMap[ModPath.second.first] = ModPath.first(); in processIndex()
2915 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex() local
2916 moduleVec[Machine.getModulePathSlot(ModPath.first())] = std::make_pair( in printModuleSummaryIndex()
2919 ModPath.second.first == -1u ? RegularLTOModuleName in printModuleSummaryIndex()
2920 : (std::string)std::string(ModPath.first()), in printModuleSummaryIndex()
2921 ModPath.second.second); in printModuleSummaryIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1787 ModuleBuildStack ModPath = getSourceManager().getModuleBuildStack(); in findOrCompileModuleAndReadAST() local
1788 ModuleBuildStack::iterator Pos = ModPath.begin(), PosEnd = ModPath.end(); in findOrCompileModuleAndReadAST()