Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h114 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.cpp34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef); in getWasmRelocationValueString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp857 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
1698 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1703 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1713 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1719 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1776 const wasm::WasmRelocation &
1781 const wasm::WasmRelocation &
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h177 struct WasmRelocation { struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp381 for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) { in dump()