Home
last modified time | relevance | path

Searched refs:decode_relrs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp262 ELFFile<ELFT>::decode_relrs(Elf_Relr_Range relrs) const { in decode_relrs() function in ELFFile
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELF.h161 Expected<std::vector<Elf_Rela>> decode_relrs(Elf_Relr_Range relrs) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2733 RelrRelas = unwrapOrError(Obj->decode_relrs(Relrs)); in printRelocations()
3394 std::vector<Elf_Rela> RelrRelas = unwrapOrError(Obj->decode_relrs(Relrs)); in printDynamicRelocations()
4081 std::vector<Elf_Rela> RelrRelas = unwrapOrError(Obj->decode_relrs(Relrs)); in printRelocations()
4286 std::vector<Elf_Rela> RelrRelas = unwrapOrError(Obj->decode_relrs(Relrs)); in printDynamicRelocations()