Searched refs:Section (Results 126 - 150 of 309) sorted by relevance

1234567891011>>

/external/clang/lib/Sema/
H A DSemaAttr.cpp366 auto Section = SectionInfos.find(SectionName); local
367 if (Section == SectionInfos.end()) {
373 if (Section->second.SectionFlags == SectionFlags ||
374 !(Section->second.SectionFlags & PSF_Implicit))
376 auto OtherDecl = Section->second.Decl;
393 auto Section = SectionInfos.find(SectionName); local
394 if (Section != SectionInfos.end()) {
395 if (Section->second.SectionFlags == SectionFlags)
397 if (!(Section->second.SectionFlags & PSF_Implicit)) {
400 Diag(Section
[all...]
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp37 bool parseSectionSwitch(const char *Segment, const char *Section,
189 // Named Section Directive
374 const char *Section,
384 Segment, Section, TAA, StubSize,
571 StringRef Segment, Section; local
576 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
585 Segment, Section, TAA, StubSize,
756 StringRef Section; local
757 if (getParser().parseIdentifier(Section))
766 Segment, Section, Mach
373 parseSectionSwitch(const char *Segment, const char *Section, unsigned TAA, unsigned Align, unsigned StubSize) argument
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-setfp.s45 @ CHECK: Section {
88 @ CHECK: Section {
131 @ CHECK: Section {
175 @ CHECK: Section {
233 @ CHECK: Section {
H A Deh-directive-integrated-test.s54 @ CHECK: Section {
88 @ CHECK: Section {
H A Deh-directive-text-section.s27 @ CHECK: Section {
49 @ CHECK: Section {
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp117 report_fatal_error("Section was outside of section table.");
121 "Section did not point to the beginning of a section");
142 const coff_section *Section = nullptr; local
143 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
148 else if (Section)
149 Result = Section->VirtualAddress + Symb->Value;
167 const coff_section *Section = nullptr; local
168 if (std::error_code EC = getSection(Symb->SectionNumber, Section))
170 Characteristics = Section->Characteristics;
212 const coff_section *Section local
442 const coff_section *Section = getCOFFSection(S); local
[all...]
H A DRecordStreamer.cpp92 void RecordStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp30 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S);
79 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get()));
86 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get()));
94 Y->Sections.push_back(std::unique_ptr<ELFYAML::Section>(S.get()));
150 S.Section = NameOrErr.get();
179 ELFYAML::Section &S) {
222 assert(Shdr->sh_type == ELF::SHT_REL && "Section type is not SHT_REL");
242 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA");
/external/llvm/include/llvm/Object/
H A DELF.h242 const Elf_Shdr *dot_shstrtab_sec; // Section header string table.
301 const T *getEntry(uint32_t Section, uint32_t Entry) const;
303 const T *getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
420 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
445 report_fatal_error("Section ended unexpectedly while scanning "
470 report_fatal_error("Section ended unexpectedly while scanning "
479 report_fatal_error("Section ended unexpected while scanning auxiliary "
646 report_fatal_error("Section header table goes past end of file!");
655 report_fatal_error("Section table goes past end of file!");
839 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_ argument
845 getEntry(const Elf_Shdr *Section, uint32_t Entry) const argument
899 getSymbolName(const Elf_Shdr *Section, const Elf_Sym *Symb) const argument
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp299 for (const SectionRef &Section : Obj->sections()) {
301 if (error(Section.getSize(size)))
307 if (error(Section.getName(name)))
309 if (error(Section.getAddress(addr)))
338 for (const SectionRef &Section : Obj->sections()) {
342 if (error(Section.getName(name)))
344 if (error(Section.getSize(size)))
346 if (error(Section.getAddress(addr)))
367 for (const SectionRef &Section : Obj->sections()) {
372 if (error(Section
[all...]
/external/llvm/lib/Support/
H A DSpecialCaseList.cpp160 bool SpecialCaseList::inSection(const StringRef Section, const StringRef Query, argument
162 StringMap<StringMap<Entry> >::const_iterator I = Entries.find(Section);
H A DARMBuildAttrs.cpp21 { ARMBuildAttrs::Section, "Tag_Section" },
/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-reloc.s53 ; CHECK: # Section 0
109 ; CHECK: # Section 1
/external/llvm/test/MC/Mips/mips32/
H A Dabiflags.s11 # CHECK-OBJ: Section {
/external/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s12 # CHECK-OBJ: Section {
/external/llvm/test/MC/Mips/mips64/
H A Dabiflags.s11 # CHECK-OBJ: Section {
/external/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s11 # CHECK-OBJ: Section {
/external/llvm/test/MC/Mips/
H A Dmips_abi_flags_xx.s11 # CHECK-OBJ: Section {
H A Dmips_abi_flags_xx_set.s12 # CHECK-OBJ: Section {
/external/llvm/test/MC/Mips/msa/
H A Dabiflags.s12 # CHECK-OBJ: Section {
/external/llvm/test/MC/PowerPC/
H A Dppc64-fixup-apply.s62 # CHECK: Section {
88 # CHECK: Section {
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp681 log << TestLog::Section("Geometry", "Geometry");
689 log << TestLog::Section("Occluder", "Occluder");
693 log << TestLog::Section("Occluded", "Occluded");
765 log << TestLog::Section("Linear Regression", "Linear Regression");
773 log << TestLog::Section("Result", "Result");
1084 log << TestLog::Section("Linear Regression", "Linear Regression");
1144 log << TestLog::Section("Description", "Test description");
1176 log << TestLog::Section("Description", "Test description");
1208 log << TestLog::Section("Description", "Test description");
1237 log << TestLog::Section("Descriptio
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.hpp74 class Section;
414 class Section : public Item class in namespace:xe::ri
417 Section (void) : Item(TYPE_SECTION) {} function in class:xe::ri::Section
418 ~Section (void) {}
/external/llvm/include/llvm/Support/
H A DARMBuildAttributes.h75 Section = 2, // deprecated (ABI r2.09) enumerator in enum:llvm::ARMBuildAttrs::AttrType
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp384 { "Section", ELF::STT_SECTION },
573 const Elf_Shdr *Section = &*SecI; local
574 StringRef Name = errorOrDefault(Obj->getSectionName(Section));
576 DictScope SectionD(W, "Section");
578 W.printNumber("Name", Name, Section->sh_name);
580 getElfSectionType(Obj->getHeader()->e_machine, Section->sh_type),
581 Section->sh_type);
582 W.printFlags ("Flags", Section->sh_flags, makeArrayRef(ElfSectionFlags));
583 W.printHex ("Address", Section->sh_addr);
584 W.printHex ("Offset", Section
[all...]

Completed in 883 milliseconds

1234567891011>>