Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DLLVM.h51 struct WasmRelocation;
86 using llvm::wasm::WasmRelocation;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h111 std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
128 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
229 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp686 wasm::WasmRelocation Reloc = {}; in parseRelocSection()
1373 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1378 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1388 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1394 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1447 const wasm::WasmRelocation &
1452 const wasm::WasmRelocation &
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h152 struct WasmRelocation { struct
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp74 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()