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 MCSectionData* SD) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 193 uint8_t *getSectionAddress(unsigned SectionID) {
311 return getSectionAddress(Loc.first) + Loc.second;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 313 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec,
MachOObjectFile.cpp 239 getSectionAddress(Sections[SectionIndex-1], EndOffset);
528 error_code MachOObjectFile::getSectionAddress(DataRefImpl DRI,
667 getSectionAddress(Sec, SectBegin);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 672 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
    [all...]

Completed in 131 milliseconds