Home
last modified time | relevance | path

Searched refs:WasmRelocation (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h105 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
122 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
215 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp599 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
1226 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1231 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1241 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1247 const wasm::WasmRelocation& Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1300 const wasm::WasmRelocation &
1305 const wasm::WasmRelocation &
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h135 struct WasmRelocation { struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp81 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp293 for (const wasm::WasmRelocation &Reloc: WasmSec.Relocations) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp635 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()