HomeSort by: relevance | last modified time | path
    Searched refs:getSectionAddress (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 172 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
188 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
285 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
303 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
366 Value += Writer->getSectionAddress(&S.getSection());
367 Value -= Writer->getSectionAddress(Fragment.getParent());
460 FixedValue += Writer->getSectionAddress(&Sec);
463 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 388 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent());
411 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
583 FixedValue += Writer->getSectionAddress(&Sec);
586 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 83 return getSectionAddress(Fragment->getParent()) +
116 return getSectionAddress(S.getFragment()->getParent()) +
122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec);
820 uint64_t Address = getSectionAddress(&Sec);
855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec);
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 471 uint8_t *getSectionAddress(unsigned SectionID) const {
497 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 154 uint64_t getSectionAddress(const MCSection *Sec) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 261 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
448 return OwningObject->getSectionAddress(SectionPimpl);
Wasm.h 182 uint64_t getSectionAddress(DataRefImpl Sec) const override;
XCOFFObjectFile.h 287 uint64_t getSectionAddress(DataRefImpl Sec) const override;
ELFObjectFile.h 279 uint64_t getSectionAddress(DataRefImpl Sec) const override;
818 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const {
MachO.h 297 uint64_t getSectionAddress(DataRefImpl Sec) const override;
COFF.h 951 uint64_t getSectionAddress(DataRefImpl Sec) const override;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 221 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID);
RuntimeDyldELFMips.cpp 154 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 247 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const {
COFFObjectFile.cpp 275 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const {
WasmObjectFile.cpp 1641 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; }
MachOObjectFile.cpp 1918 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const {

Completed in 36 milliseconds