Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp318 for (auto &&ModID : ModuleIDs) { in printFullOutput()
319 auto &MD = Modules[ModID]; in printFullOutput()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp347 bool getCacheFilename(const std::string &ModID, std::string &CacheName) { in getCacheFilename() argument
350 if (ModID.substr(0, PrefixLength) != Prefix) in getCacheFilename()
353 std::string CacheSubdir = ModID.substr(PrefixLength); in getCacheFilename()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp1497 char ModID[256]; in parseInputIR() local
1498 sprintf(ModID, "IR:%s", InputFile.c_str()); in parseInputIR()
1499 M->setModuleIdentifier(ModID); in parseInputIR()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp765 char ModID[256]; in parseInputIR() local
766 sprintf(ModID, "IR:%s", InputFile.c_str()); in parseInputIR()
767 M->setModuleIdentifier(ModID); in parseInputIR()
/netbsd-src/external/apache2/llvm/dist/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.cpp2170 for (unsigned ModID : MMR.Overrides) { in resolvePendingMacro() local
2171 Module *Mod = getSubmodule(ModID); in resolvePendingMacro()