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 123 uint64_t getSectionAddress(const MCSectionData* SD) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 152 uint8_t *getSectionAddress(unsigned SectionID) {
234 return getSectionAddress(Loc.first) + Loc.second;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 306 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec,
MachOObjectFile.cpp 232 getSectionAddress(Sections[SectionIndex-1], EndOffset);
498 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI,
624 getSectionAddress(Sec, SectBegin);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 545 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
    [all...]

Completed in 728 milliseconds