HomeSort by relevance Sort by last modified time
    Searched refs:getSectionName (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/MC/
MCAsmInfoDarwin.cpp 32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring")
36 SMO.getSectionName() == "__objc_classrefs")
MCSectionCOFF.cpp 46 OS << '\t' << getSectionName() << '\n';
50 OS << "\t.section\t" << getSectionName() << ",\"";
MCSectionELF.cpp 61 OS << '\t' << getSectionName();
71 printName(OS, getSectionName());
MCWinEH.cpp 45 StringRef CodeSecName = Section->getSectionName();
MCContext.cpp 128 StringRef Name = Section.getSectionName();
306 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID});
437 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(),
MCSectionMachO.cpp 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
ELFObjectWriter.cpp 244 StrTabBuilder.add(Sec->getSectionName());
951 const StringRef SectionName = Sec.getSectionName();
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 62 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 74 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 48 StringRef getSectionName() const {
  /frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp 123 EXPECT_STREQ(vDesc->getSectionName(tag), vOps->get_section_name(vOps, tag));
168 EXPECT_STREQ(vDescOriginal->getSectionName(tag), vDescParceled->getSectionName(tag));
196 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG));
207 EXPECT_EQ(VENDOR_SECTION_NAME_ERR, vDesc->getSectionName(BAD_TAG));
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 54 ->getSectionName()
  /frameworks/av/include/camera/
VendorTagDescriptor.h 64 const char* getSectionName(uint32_t tag) const;
  /hardware/libhardware/modules/camera/
VendorTags.h 34 const char* getSectionName(const vendor_tag_ops_t* ops, uint32_t tag);
VendorTags.cpp 159 const char* VendorTags::getSectionName(const vendor_tag_ops_t* ops, uint32_t tag)
CameraHAL.cpp 139 return gVendorTags.getSectionName(ops, tag);
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 194 NameOrErr = Obj.getSectionName(Shdr);
236 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(Shdr);
245 NameOrErr = Obj.getSectionName(*LinkSection);
265 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(*InfoSection);
386 ErrorOr<StringRef> sectionName = Obj.getSectionName(*sHdr);
  /external/llvm/include/llvm/Object/
ObjectFile.h 210 virtual std::error_code getSectionName(DataRefImpl Sec,
362 return OwningObject->getSectionName(SectionPimpl, Result);
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/tools/llvm-readobj/
ARMEHABIPrinter.h 527 if (ErrorOr<StringRef> Name = ELF->getSectionName(EHT))
548 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(&Sec))
ELFDumper.cpp 317 StringRef Name = errorOrDefault(Obj->getSectionName(Sec));
349 StringRef Name = errorOrDefault(Obj->getSectionName(Sec));
488 SectionName = errorOrDefault(Obj.getSectionName(*Sec));
505 if (Name == errorOrDefault(Obj.getSectionName(&Shdr)))
    [all...]
COFFDumper.cpp     [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 223 const char* VendorTagDescriptor::getSectionName(uint32_t tag) const {
480 return sGlobalVendorTagDescriptor->getSectionName(tag);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 135 RefSec.getSectionName() == "__objc_classrefs")

Completed in 2113 milliseconds

1 2