Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp344 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument
347 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()
350 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1727 if (uint32_t ModID = Writer.getLocalOrImportedSubmoduleID(M)) { in EmitData() local
1728 uint32_t Value = (ModID << 2) | (unsigned)Role; in EmitData()
1729 assert((Value >> 2) == ModID && "overflow in header module info"); in EmitData()
H A DASTReader.cpp2172 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local
2173 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()