HomeSort by: relevance | last modified time | path
    Searched refs:getWasmRelocation (Results 1 - 4 of 4) 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 131 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef &Ref) const;
240 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
  /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 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);
1777 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const {
1778 return getWasmRelocation(Ref.getRawDataRefImpl());
1782 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const {

Completed in 17 milliseconds