Home
last modified time | relevance | path

Searched refs:getWasmRelocation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h122 const wasm::WasmRelocation &getWasmRelocation(const RelocationRef& Ref) const;
215 const wasm::WasmRelocation &getWasmRelocation(DataRefImpl Ref) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1226 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset()
1231 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol()
1241 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType()
1247 const wasm::WasmRelocation& Rel = getWasmRelocation(Ref); in getRelocationTypeName()
1301 WasmObjectFile::getWasmRelocation(const RelocationRef &Ref) const { in getWasmRelocation() function in WasmObjectFile
1302 return getWasmRelocation(Ref.getRawDataRefImpl()); in getWasmRelocation()
1306 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation() function in WasmObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp81 const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc); in printRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp635 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()