Home
last modified time | relevance | path

Searched refs:ModuleId (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
96 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
204 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
221 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
316 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp77 const std::string &ModuleId) { in GetOrCreateFunctionComdat() argument
89 if (ModuleId.empty()) in GetOrCreateFunctionComdat()
91 Name += ModuleId; in GetOrCreateFunctionComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h115 uint64_t ModuleId);
179 uint64_t ModuleId);
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-remote-util.h55 inline uint32_t ModuleId() const { return module_id_; } in ModuleId() function
Dtarget.cc321 if (wasm_addr.ModuleId() > 0) { in ProcessPacket()
402 if (!gdb_server_->AddBreakpoint(wasm_breakpoint_addr.ModuleId(), in ProcessPacket()
428 if (!gdb_server_->RemoveBreakpoint(wasm_breakpoint_addr.ModuleId(), in ProcessPacket()
Dgdb-server.cc261 if (GetModuleDebugHandler(wasm_addr.ModuleId(), &module_debug)) { in GetWasmModuleBytes()
365 if (GetModuleDebugHandler(pc.ModuleId(), &module_debug)) { in PrepareStep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h49 const std::string &ModuleId);
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs135 pub struct ModuleId(ItemId)
321 modules: HashMap<Cursor, ModuleId>,
324 root_module: ModuleId,
327 current_module: ModuleId,
1427 pub fn root_module(&self) -> ModuleId { in root_module() argument
1477 pub fn current_module(&self) -> ModuleId { in current_module() argument
2181 pub fn module(&mut self, cursor: clang::Cursor) -> ModuleId { in module() argument
2212 pub fn with_module<F>(&mut self, module_id: ModuleId, cb: F) in with_module() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h1202 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const {
1207 return Summary->modulePath() == ModuleId;
1217 StringRef ModuleId) const {
1221 return findSummaryInModule(CalleeInfo, ModuleId);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp808 unsigned ModuleId; member in __anone9adfa530411::ModuleSummaryIndexBitcodeReader
813 StringRef ModulePath, unsigned ModuleId);
5365 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5367 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5370 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
6019 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6071 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6080 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6086 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6100 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
[all …]