Home
last modified time | relevance | path

Searched refs:getAddend (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h217 int64_t getAddend() const { return r_add; } in getAddend() function
DELFWriter.cpp844 RelSec.emitWord(Rel.getAddend()); in EmitRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DRelocVisitor.h120 Expected<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
DELFObjectFile.h177 Expected<int64_t> getAddend() const { in getAddend() function
/external/llvm/include/llvm/Object/
DRelocVisitor.h250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend(); in getELFAddend()
DELFObjectFile.h158 ErrorOr<int64_t> getAddend() const { in getAddend() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp750 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, false> &Rel) {} in getAddend() function
753 static void getAddend(uint64_t &ToSet, const Elf_Rel_Impl<ELFT, true> &Rela) { in getAddend() function
763 getAddend(ToAdd.Addend, Rel); in initRelocations()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp856 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection()
1196 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend(); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp630 if (auto AddendOrErr = i->getAddend()) in findOPDEntrySection()
1105 if (Expected<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend()) in processRelocationRef()