Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h110 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
127 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
231 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp760 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
1478 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1483 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1493 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1499 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1552 const wasm::WasmRelocation &
1557 const wasm::WasmRelocation &
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h165 struct WasmRelocation { struct