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

  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 62 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 48 StringRef getSectionName() const {
MCSectionELF.h 74 StringRef getSectionName() const { return SectionName; }
  /hardware/libhardware/modules/camera/
VendorTags.cpp 159 const char* VendorTags::getSectionName(const vendor_tag_ops_t* ops, uint32_t tag)
  /frameworks/av/camera/
VendorTagDescriptor.cpp 223 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const {
480 return sGlobalVendorTagDescriptor->getSectionName(tag);
  /external/llvm/include/llvm/Object/
ELF.h 213 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
516 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const {
ELFObjectFile.h 214 std::error_code getSectionName(DataRefImpl Sec,
545 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec,
547 ErrorOr<StringRef> Name = EF.getSectionName(&*getSection(Sec));
  /external/llvm/lib/Object/
COFFObjectFile.cpp 262 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref,
265 return getSectionName(Sec, Result);
903 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec,
    [all...]
MachOObjectFile.cpp 475 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec,
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 200 milliseconds