Searched refs:SecAddr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
H A DRelocVisitor.h49 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
58 return visitELF_X86_64_PC32(R, Value, SecAddr);
74 return visitELF_386_PC32(R, Value, SecAddr);
221 uint64_t SecAddr) {
237 uint64_t SecAddr) {
220 visitELF_386_PC32(RelocationRef R, uint64_t Value, uint64_t SecAddr) argument
236 visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, uint64_t SecAddr) argument
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp169 uint64_t SecAddr = local
171 FixedValue += SecAddr;
271 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); local
272 FixedValue += SecAddr;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp216 uint64_t SecAddr = local
218 FixedValue += SecAddr;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp380 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); local
381 FixedValue += SecAddr;

Completed in 99 milliseconds