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

  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 52 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 59 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 141 StringRef getSectionName() const {
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 81 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 300 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
303 return getSectionName(sec, Result);
625 error_code COFFObjectFile::getSectionName(const coff_section *Sec,
MachOObjectFile.cpp 469 error_code MachOObjectFile::getSectionName(DataRefImpl DRI,
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 544 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
    [all...]

Completed in 342 milliseconds