Home
last modified time | relevance | path

Searched refs:WasmSymbolInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h147 struct WasmSymbolInfo { struct
170 std::vector<WasmSymbolInfo> SymbolTable; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h38 WasmSymbol(const wasm::WasmSymbolInfo &Info, in WasmSymbol()
43 const wasm::WasmSymbolInfo &Info;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp311 ArrayRef<wasm::WasmSymbolInfo> SymbolInfos,
930 ArrayRef<wasm::WasmSymbolInfo> SymbolInfos, in writeLinkingMetaDataSection()
941 for (const wasm::WasmSymbolInfo &Sym : SymbolInfos) { in writeLinkingMetaDataSection()
1089 SmallVector<wasm::WasmSymbolInfo, 4> SymbolInfos; in writeObject()
1352 wasm::WasmSymbolInfo Info; in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp95 for (const wasm::WasmSymbolInfo &Symbol : Obj.linkingData().SymbolTable) { in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp440 wasm::WasmSymbolInfo Info; in parseLinkingSectionSymtab()