Home
last modified time | relevance | path

Searched refs:getRela (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp320 const Elf_Rela *getRela(DataRefImpl Rela) const;
834 symbolIdx = getRela(Rel)->getSymbol(); in getRelocationSymbol()
862 offset = getRela(Rel)->r_offset; in getRelocationAddress()
884 Result = getRela(Rel)->getType(); in getRelocationType()
909 type = getRela(Rel)->getType(); in getRelocationTypeName()
1020 Result = getRela(Rel)->r_addend; in getRelocationAdditionalInfo()
1045 type = getRela(Rel)->getType(); in getRelocationValueString()
1046 symbol_index = getRela(Rel)->getSymbol(); in getRelocationValueString()
1047 addend = getRela(Rel)->r_addend; in getRelocationValueString()
1321 ELFObjectFile<target_endianness, is64Bits>::getRela(DataRefImpl Rela) const { in getRela() function in ELFObjectFile
/external/llvm/include/llvm/Object/
DELFObjectFile.h311 const Elf_Rela *getRela(DataRefImpl Rela) const;
686 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
705 return getRela(Rel)->r_offset; in getRelocationOffset()
714 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
734 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()
746 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h349 const Elf_Rela *getRela(DataRefImpl Rela) const;
822 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
839 return getRela(Rel)->r_offset; in getRelocationOffset()
848 return getRela(Rel)->getType(EF.isMips64EL()); in getRelocationType()
868 return (int64_t)getRela(Rel)->r_addend; in getRelocationAddend()
883 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() function
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp526 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp487 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString()