Home
last modified time | relevance | path

Searched defs:GlobalType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h39 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()
46 const wasm::WasmGlobalType *GlobalType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h26 Optional<wasm::WasmGlobalType> GlobalType; variable
/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.hh309 class GlobalType : public ExternType { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp488 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp856 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local
/third_party/node/deps/v8/src/wasm/
Dc-api.cc2542 WASM_DEFINE_TYPE(globaltype, wasm::GlobalType) in WASM_DEFINE_TYPE()