Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()