Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp350 bool getCacheFilename(StringRef ModID, std::string &CacheName) { in getCacheFilename() argument
351 if (!ModID.consume_front("file:")) in getCacheFilename()
354 std::string CacheSubdir = std::string(ModID); in getCacheFilename()
/src/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp456 for (auto &&ModID : ModuleIDs) { in printFullOutput()
457 auto &MD = Modules[ModID]; in printFullOutput()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2059 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local
2060 uint32_t Value = (ModID << 3) | (unsigned)Role; in EmitData()
2061 assert((Value >> 3) == ModID && "overflow in header module info"); in EmitData()
H A DASTReader.cpp2377 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local
2378 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()