Searched refs:Section (Results 176 - 200 of 309) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Deh-directive-vsave.s71 @ CHECK: Section {
124 @ CHECK: Section {
H A Dcoff-relocations.s91 @ CHECK-RELOCATION: Section (1) .text {
H A Dthumb_set.s117 @ CHECK-NEXT: Section: .data
/external/llvm/test/MC/Mips/
H A Dnooddspreg-cmdarg.s17 # CHECK-OBJ: Section {
H A Dnooddspreg.s17 # CHECK-OBJ: Section {
H A Doddspreg.s25 # CHECK-OBJ-ALL: Section {
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp34 bool ParseSectionSwitch(StringRef Section, unsigned Type, unsigned Flags,
194 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type, argument
203 Section, Type, Flags, Kind),
455 return TokError("Section cannot specifiy a group name while also acting "
539 if (const MCSectionELF *Section =
541 if (const MCSymbol *Group = Section->getGroup()) {
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp166 void MCObjectStreamer::ChangeSection(const MCSection *Section, argument
168 assert(Section && "Cannot switch to a null section!");
170 CurSectionData = &getAssembler().getOrCreateSectionData(*Section);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp159 for (const SectionRef &Section : MachOObj->sections()) {
161 Section.getName(SectName);
162 Sections.push_back(Section);
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java362 query.addRecord(question, Section.QUESTION);
367 query.addRecord(soa, Section.AUTHORITY);
543 Record [] answers = response.getSectionArray(Section.ANSWER);
H A DHeader.java233 * @see Section
266 sb.append(Section.string(i) + ": " + getCount(i) + " ");
H A DRecord.java187 if (section == Section.QUESTION)
193 (section == Section.PREREQ || section == Section.UPDATE))
217 if (section == Section.QUESTION)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm54 ;; Code Section
67 ;; Setup Section
H A Dxdfprotect.asm40 ;; Code Section
51 ;; Setup Section
/external/deqp/executor/tools/
H A DxeExtractSampleLists.cpp85 extractSampleLists(casePath, listNdx, static_cast<const xe::ri::Section&>(child).items);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationItem.java150 protected void place0(Section addedTo, int offset) {
H A DDebugInfoItem.java70 protected void place0(Section addedTo, int offset) {
/external/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h91 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h96 void ChangeSection(const MCSection *Section,
/external/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h157 virtual bool isSectionAtomizableBySymbols(const MCSection &Section) const;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp225 static MCSymbol *emitSectionSym(AsmPrinter *Asm, const MCSection *Section, argument
227 Asm->OutStreamer.SwitchSection(Section);
940 // location lists (see Section 2.6.2) and range lists (see Section
966 const MCSection *Section = &SCU.Sym->getSection(); local
967 if (!Section->getKind().isMetadata())
968 SectionMap[Section].push_back(SCU);
980 const MCSection *Section = it.first; local
981 Sections.push_back(Section);
990 const MCSection *Section local
2099 const MCSection *Section = it.first; local
[all...]
/external/llvm/lib/LTO/
H A DLTOModule.cpp312 std::string Section = v->getSection();
313 if (Section.compare(0, 15, "__OBJC,__class,") == 0) {
320 else if (Section.compare(0, 18, "__OBJC,__category,") == 0) {
327 else if (Section.compare(0, 18, "__OBJC,__cls_refs,") == 0) {
/external/llvm/lib/Object/
H A DCOFFYAML.cpp20 Section::Section() { memset(&Header, 0, sizeof(COFF::section)); } function in class:llvm::COFFYAML::Section
378 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) {
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp22 #include "lldb/Core/Section.h"
591 Section *dynsym = section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true).get();
600 Section *dynstr = section_list->FindSectionByID (header->sh_link + 1).get();
951 SectionSP section_sp (new Section(GetModule(), // Module to which this section belongs.
953 SectionIndex(I), // Section ID.
954 name, // Section name.
955 sect_type, // Section type.
1167 symbol_section_sp, // Section in which this symbol is defined or null.
1179 ObjectFileELF::ParseSymbolTable(Symtab *symbol_table, user_id_t start_id, lldb_private::Section *symtab)
1200 // Section I
[all...]
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp22 { "Tag_Section", ARMBuildAttrs::Section },
622 case ARMBuildAttrs::Section:
646 void ARMAttributeParser::Parse(ArrayRef<uint8_t> Section) { argument
650 while (Offset < Section.size()) {
652 *reinterpret_cast<const support::ulittle32_t*>(Section.data() + Offset);
654 SW.startLine() << "Section " << ++SectionNumber << " {\n";
657 ParseSubsection(Section.data() + Offset, SectionLength);

Completed in 392 milliseconds

1234567891011>>