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

  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 62 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 65 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 49 StringRef getSectionName() const {
57 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
61 return StringRef(getSegmentName().str() + getSectionName().str() + "_end");
  /hardware/libhardware/modules/camera/
VendorTags.cpp 159 const char* VendorTags::getSectionName(const vendor_tag_ops_t* ops, uint32_t tag)
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx 84 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const {
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 79 std::error_code getSectionName(DataRefImpl Sec,
380 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec,
382 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec));
    [all...]
ELF.h 420 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
904 return getSectionName(ContainingSec);
915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const {
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 248 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref,
251 return getSectionName(Sec, Result);
808 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec,
    [all...]
MachOObjectFile.cpp 668 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec,
    [all...]

Completed in 602 milliseconds