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 63 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 61 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 141 StringRef getSectionName() const {
149 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
153 return StringRef(getSegmentName().str() + getSectionName().str() + "_end");
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 81 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 308 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
311 return getSectionName(sec, Result);
700 error_code COFFObjectFile::getSectionName(const coff_section *Sec,
MachOObjectFile.cpp 676 MachOObjectFile::getSectionName(DataRefImpl Sec, StringRef &Result) const {
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 665 error_code getSectionName(const Elf_Shdr *section,
691 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
    [all...]

Completed in 90 milliseconds