Home
last modified time | relevance | path

Searched refs:SecAddr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp155 auto SecAddr = FirstSym->getAddress(); in registerELFGraphInfo() local
158 SecAddr; in registerELFGraphInfo()
165 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo()
169 SecAddr.getValue()}; in registerELFGraphInfo()
H A Dllvm-jitlink-macho.cpp150 auto SecAddr = FirstSym->getAddress(); in registerMachOGraphInfo() local
153 SecAddr; in registerMachOGraphInfo()
160 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo()
164 SecAddr.getValue()}; in registerMachOGraphInfo()
H A Dllvm-jitlink-coff.cpp153 auto SecAddr = FirstSym->getAddress(); in registerCOFFGraphInfo() local
156 SecAddr; in registerCOFFGraphInfo()
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()
168 SecAddr.getValue()}; in registerCOFFGraphInfo()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp172 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() local
173 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()
285 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation() local
286 FixedValue += SecAddr; in RecordARMScatteredRelocation()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp388 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation() local
389 FixedValue += SecAddr; in recordScatteredRelocation()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h516 OwnedDataSection(const Twine &SecName, uint64_t SecAddr, uint64_t SecFlags, in OwnedDataSection() argument
520 Addr = SecAddr; in OwnedDataSection()