Searched defs:getSectionAddress (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h142 uint64_t getSectionAddress(const MCSectionData* SD) const { function in class:llvm::MachObjectWriter
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h95 uint64_t getSectionAddress(DataRefImpl Sec) const override;
447 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h273 uint8_t *getSectionAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
403 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp329 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp457 EndOffset = getSectionAddress(Sec);
557 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { function in class:MachOObjectFile
634 uint64_t SectBegin = getSectionAddress(Sec);
678 uint64_t SecAddress = getSectionAddress(Sec);

Completed in 161 milliseconds