Searched defs:ModuleId (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-remote-util.h | 55 inline uint32_t ModuleId() const { return module_id_; } in ModuleId() function in v8::internal::wasm::gdb_server::wasm_addr_t
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 76 GetOrCreateFunctionComdat(Function &F, Triple &T, const std::string &ModuleId) GetOrCreateFunctionComdat() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument 87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument 203 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 135 pub struct ModuleId(ItemId) structure names [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 808 unsigned ModuleId; member in __anon23959::ModuleSummaryIndexBitcodeReader 6019 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 6080 uint64_t ModuleId = Record[1]; in parseEntireSummary() local 5363 ModuleSummaryIndexBitcodeReader( BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, StringRef ModulePath, unsigned ModuleId) ModuleSummaryIndexBitcodeReader() argument 6100 uint64_t ModuleId = Record[1]; parseEntireSummary() local 6226 uint64_t ModuleId = Record[0]; parseModuleStringTable() local 6506 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, uint64_t ModuleId) readSummary() argument 6704 readModuleSummaryIndex(MemoryBufferRef Buffer, ModuleSummaryIndex &CombinedIndex, uint64_t ModuleId) readModuleSummaryIndex() argument [all...] |
Completed in 12 milliseconds