Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp350 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument
353 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()
356 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1928 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local
1929 uint32_t Value = (ModID << 3) | (unsigned)Role; in EmitData()
1930 assert((Value >> 3) == ModID && "overflow in header module info"); in EmitData()
H A DASTReader.cpp2336 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local
2337 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()