Home
last modified time | relevance | path

Searched refs:ModID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp352 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument
353 if (!ModID.consume_front("file:")) in getCacheFilename()
356 std::string CacheSubdir = std::string(ModID); in getCacheFilename()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp488 for (auto &&ModID : ModuleIDs) { in printFullOutput()
489 auto &MD = Modules[ModID]; in printFullOutput()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2141 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local
2142 uint32_t Value = (ModID << 3) | (unsigned)Role; in EmitData()
2143 assert((Value >> 3) == ModID && "overflow in header module info"); in EmitData()
H A DASTReader.cpp2544 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local
2545 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()