Home
last modified time | relevance | path

Searched defs:ModuleId (Results 1 – 5 of 5) sorted by relevance

/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
/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()
87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds()
203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
458 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp77 const std::string &ModuleId) { in GetOrCreateFunctionComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp808 unsigned ModuleId; member in __anone9adfa530411::ModuleSummaryIndexBitcodeReader
5365 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader()
6019 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6080 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6100 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6226 uint64_t ModuleId = Record[0]; in parseModuleStringTable() local
6507 StringRef ModulePath, uint64_t ModuleId) { in readSummary()
6706 uint64_t ModuleId) { in readModuleSummaryIndex()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1427 pub fn root_module(&self) -> ModuleId { in root_module()
1477 pub fn current_module(&self) -> ModuleId { in current_module()
2181 pub fn module(&mut self, cursor: clang::Cursor) -> ModuleId { in module()
2212 pub fn with_module<F>(&mut self, module_id: ModuleId, cb: F) in with_module()