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

/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h50 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
59 return visitELF_X86_64_PC32(R, Value, SecAddr);
75 return visitELF_386_PC32(R, Value, SecAddr);
183 uint64_t SecAddr) {
199 uint64_t SecAddr) {
182 visitELF_386_PC32(RelocationRef R, uint64_t Value, uint64_t SecAddr) argument
198 visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, uint64_t SecAddr) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp168 uint64_t SecAddr = local
170 FixedValue += SecAddr;
273 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); local
274 FixedValue += SecAddr;
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp216 uint64_t SecAddr = local
218 FixedValue += SecAddr;
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp379 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); local
380 FixedValue += SecAddr;

Completed in 59 milliseconds