HomeSort by relevance Sort by last modified time
    Searched defs:getSectionAddress (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 137 uint64_t getSectionAddress(const MCSection *Sec) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 316 uint8_t *getSectionAddress(unsigned SectionID) const {
459 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 216 uint64_t getSectionAddress(DataRefImpl Sec) const override;
555 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 268 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const {
    [all...]
MachOObjectFile.cpp 482 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const {
    [all...]

Completed in 287 milliseconds