HomeSort by: relevance | last modified time | path
    Searched refs:WasmRelocation (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
WasmDump.cpp 34 const wasm::WasmRelocation &Rel = Obj->getWasmRelocation(RelRef);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 114 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;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 177 struct WasmRelocation {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp 88 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 857 wasm::WasmRelocation Reloc = {};
1698 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
1703 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
1713 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
1719 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref);
1776 const wasm::WasmRelocation &
1781 const wasm::WasmRelocation &
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp 381 for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) {

Completed in 19 milliseconds