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 206 uint8_t *getSectionAddress(unsigned SectionID) {
309 return getSectionAddress(Loc.first) + Loc.second;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 314 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec,
MachOObjectFile.cpp 554 getSectionAddress(Sec, EndOffset);
683 MachOObjectFile::getSectionAddress(DataRefImpl Sec, uint64_t &Res) const {
806 getSectionAddress(Sec, SectBegin);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 692 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
    [all...]

Completed in 98 milliseconds