Searched refs:getSectionAddress (Results 1 - 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp144 Writer->getSectionAddress(A_SD->getFragment()->getParent());
157 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
240 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
254 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
360 FixedValue += Writer->getSectionAddress(&SymSD);
363 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp162 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
266 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
284 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
339 Value += Writer->getSectionAddress(&S.getSection());
340 Value -= Writer->getSectionAddress(Fragment.getParent());
433 FixedValue += Writer->getSectionAddress(&Sec);
436 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp214 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
365 FixedValue += Writer->getSectionAddress(&Sec);
368 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMachObjectWriter.cpp60 return getSectionAddress(Fragment->getParent()) +
93 return getSectionAddress(SD->getFragment()->getParent()) +
99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD);
206 Write64(getSectionAddress(&SD)); // address
209 Write32(getSectionAddress(&SD)); // address
660 uint64_t Address = getSectionAddress(&SD);
692 uint64_t SectionStart = SectionDataStart + getSectionAddress(it);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp390 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
413 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
587 FixedValue += Writer->getSectionAddress(&Sec);
590 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h54 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
H A DObjectFile.h241 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0;
374 return OwningObject->getSectionAddress(SectionPimpl, Result);
H A DCOFF.h107 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp359 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent());
378 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
527 FixedValue += Writer->getSectionAddress(&SymSD);
530 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp69 return getSectionAddress(Fragment->getParent()) +
102 return getSectionAddress(S.getFragment()->getParent()) +
108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
772 uint64_t Address = getSectionAddress(&Sec);
806 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec);
810 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
/external/llvm/include/llvm/Object/
H A DObjectFile.h214 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
372 return OwningObject->getSectionAddress(SectionPimpl);
H A DMachO.h220 uint64_t getSectionAddress(DataRefImpl Sec) const override;
H A DELFObjectFile.h225 uint64_t getSectionAddress(DataRefImpl Sec) const override;
574 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h733 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h303 uint8_t *getSectionAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
451 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
H A DRuntimeDyldChecker.cpp857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID());
H A DRuntimeDyldELF.cpp671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset;
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSection *Sec) const { function in class:llvm::MachObjectWriter
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h219 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCMachObjectWriter.h123 uint64_t getSectionAddress(const MCSectionData* SD) const { function in class:llvm::MachObjectWriter
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObjectFile.cpp142 getSectionAddress(Sections[SectionIndex-1], SectionOffset);
370 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
465 getSectionAddress(Sec, SectBegin);
H A DCOFFObjectFile.cpp310 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, function in class:COFFObjectFile
H A DELFObjectFile.cpp338 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
674 ::getSectionAddress(DataRefImpl Sec, function in class:ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp267 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp608 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 362 milliseconds