/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 36 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument 56 std::string NewName = (Name + ModuleId).str(); in promoteInternals() 86 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument 95 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds() 201 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local 202 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode() 219 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode() 305 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode() 306 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
|
/external/clang/include/clang/Basic/ |
D | Module.h | 44 typedef SmallVector<std::pair<std::string, SourceLocation>, 2> ModuleId; typedef 239 ModuleId Id; 254 SmallVector<ModuleId, 2> UnresolvedDirectUses; 284 ModuleId Id;
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/ |
D | log_service.pb.go | 212 …ModuleId *string `protobuf:"bytes,37,opt,name=module_id,def=default" json:"modul… member 268 if m != nil && m.ModuleId != nil { 269 return *m.ModuleId 527 …ModuleId *string `protobuf:"bytes,1,opt,name=module_id,def=default" json:"module_id,omitem… member 539 if m != nil && m.ModuleId != nil { 540 return *m.ModuleId
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 115 uint64_t ModuleId); 179 uint64_t ModuleId);
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 387 StringRef ModuleId) const { in findSummaryInModule() argument 395 return Summary->modulePath() == ModuleId; in findSummaryInModule()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId() 1061 typedef SmallVector<std::pair<std::string, SourceLocation>, 2> ModuleId; typedef in clang::ModuleMapParser 1062 bool parseModuleId(ModuleId &Id); 1261 bool ModuleMapParser::parseModuleId(ModuleId &Id) { in parseModuleId() 1352 ModuleId Id; in parseModuleDecl() 1580 ModuleId Id; in parseExternModuleDecl() 1983 ModuleId ParsedModuleId; in parseExportDecl() 2025 ModuleId ParsedModuleId; in parseUseDecl() 2121 static std::string formatModuleId(const ModuleId &Id) { in formatModuleId()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 728 unsigned ModuleId; member in __anon64e572620411::ModuleSummaryIndexBitcodeReader 733 StringRef ModulePath, unsigned ModuleId); 4818 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument 4820 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader() 4823 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 5353 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 5391 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary() 5400 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 5406 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary() 5423 uint64_t ModuleId = Record[1]; in parseEntireSummary() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 915 StringRef ModuleId = SrcM->getModuleIdentifier(); in run() local 916 if (!ModuleId.empty()) in run() 917 DstM->removeLibrary(sys::path::stem(ModuleId)); in run()
|
/external/syzkaller/vendor/google.golang.org/appengine/log/ |
D | log.go | 283 ModuleId: m,
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 247 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 975 StringRef ModuleId) const { 983 return Summary->modulePath() == ModuleId;
|
/external/clang/lib/Basic/ |
D | Module.cpp | 233 static void printModuleId(raw_ostream &OS, const ModuleId &Id) { in printModuleId()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6268 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 6276 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary() 6307 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 6313 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary() 6330 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 6336 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary() 6391 uint64_t ModuleId = Record[0]; in parseModuleStringTable() local 6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId); in parseModuleStringTable() 6397 ModuleIdMap[ModuleId] = LastSeenModulePath->first(); in parseModuleStringTable()
|
/external/testng/ant/ |
D | ivy-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/external/kotlinc/lib/ |
D | kotlin-main-kts.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/mainKts/MainKtsScriptDefinition$1$ ... |