Searched refs:Section (Results 76 - 100 of 309) sorted by relevance

1234567891011>>

/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp91 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
93 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
116 void MCMachOStreamer::ChangeSection(const MCSection *Section, argument
119 MCObjectStreamer::ChangeSection(Section, Subsection);
122 if (LabelSections && !HasSectionLabel[Section]) {
125 HasSectionLabel[Section] = true;
361 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
363 MCSectionData &SectData = getAssembler().getOrCreateSectionData(*Section);
370 assert(Section->isVirtualSection() && "Section doe
392 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DWinCOFFStreamer.cpp201 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); local
202 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section);
209 AssignSection(Symbol, Section);
220 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, argument
226 void MCWinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, argument
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp65 void ChangeSection(const MCSection *Section,
71 LastEMS = LastMappingSymbols.lookup(Section);
73 MCELFStreamer::ChangeSection(Section, Subsection);
/external/llvm/test/MC/ARM/
H A Deh-compact-pr1.s28 @ CHECK: Section {
39 @ CHECK: Section {
57 @ CHECK: Section {
H A Deh-compact-pr0.s39 @ CHECK: Section {
50 @ CHECK: Section {
75 @ CHECK: Section {
84 @ CHECK: Section {
H A Deh-directive-text-section-multiple-func.s34 @ CHECK: Section {
46 @ CHECK: Section {
75 @ CHECK: Section: .text (0x1)
79 @ CHECK: Section: .text (0x1)
H A Deh-directive-section-multiple-func.s44 @ CHECK: Section {
54 @ CHECK: Section {
66 @ CHECK: Section {
81 @ CHECK: Section {
117 @ CHECK: Section: .TEST1 (0x4)
126 @ CHECK: Section: .TEST1 (0x4)
H A Deh-directive-multiple-offsets.s28 @ CHECK: Section {
57 @ CHECK: Section {
90 @ CHECK: Section {
121 @ CHECK: Section {
163 @ CHECK: Section {
H A Deh-directive-pad.s38 @ CHECK: Section {
80 @ CHECK: Section {
121 @ CHECK: Section {
164 @ CHECK: Section {
220 @ CHECK: Section {
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp188 for (const auto &Section : COFF.sections()) {
192 if (std::error_code EC = Section.getAddress(Address))
194 if (std::error_code EC = Section.getSize(Size))
198 return Section;
224 const SectionRef &Section,
226 for (const auto &Relocation : Section.relocations()) {
522 const SectionRef &Section,
525 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
529 if (Section.getAddress(SectionVA))
581 getRelocatedSymbol(COFF, Section, HandlerOffse
223 getRelocatedSymbol(const COFFObjectFile &, const SectionRef &Section, uint64_t Offset) argument
652 ErrorOr<SectionRef> Section = local
662 dumpPackedEntry(const object::COFFObjectFile &COFF, const SectionRef Section, uint64_t Offset, unsigned Index, const RuntimeFunction &RF) argument
699 dumpProcedureDataEntry(const COFFObjectFile &COFF, const SectionRef Section, unsigned Index, ArrayRef<uint8_t> Contents) argument
713 dumpProcedureData(const COFFObjectFile &COFF, const SectionRef Section) argument
[all...]
/external/lldb/include/lldb/Target/
H A DSectionLoadList.h78 typedef llvm::DenseMap<const Section *, lldb::addr_t> sect_to_addr_collection;
/external/llvm/include/llvm/Support/
H A DSpecialCaseList.h75 /// @Section:<E>=@Category
78 bool inSection(const StringRef Section, const StringRef Query,
/external/llvm/test/MC/ELF/
H A Dcompression.s34 // 386-SYMBOLS: Section: .zdebug_str
51 .long .Lsection_abbrev # Offset Into Abbrev. Section
H A Ddiscriminator.s19 .long .L.debug_abbrev_begin # Offset Into Abbrev. Section
55 # CHECK: Section ({{[^ ]+}}) .rel.debug_line {
/external/llvm/test/MC/Mips/
H A Dmips-data-directives.s14 # CHECK-OBJ: Section {
22 # CHECK-OBJ: Section {
/external/llvm/test/MC/PowerPC/
H A Dppc64-tls-relocs-01.s19 # CHECK: Section ({{[0-9]+}}) .rela.text {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DSection.java27 public abstract class Section { class
69 public Section(String name, DexFile file, int alignment) { method in class:Section
H A DDexFile.java100 private final Section[] sections;
133 sections = new Section[] {
419 /*package*/ Section getFirstDataSection() {
432 /*package*/ Section getLastDataSection() {
521 Section one = sections[i];
565 Section one = sections[i];
612 for (Section s : sections) {
/external/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h53 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
55 void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h49 struct Section { struct in namespace:llvm::COFFYAML
55 Section();
74 std::vector<Section> Sections;
81 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Section)
179 struct MappingTraits<COFFYAML::Section> {
180 static void mapping(IO &IO, COFFYAML::Section &Sec);
/external/chromium_org/courgette/
H A Ddisassembler_win32_x64.cc166 reinterpret_cast<const Section*>(optional_header +
171 const Section* section = &sections_[i];
284 const Section* DisassemblerWin32X64::RVAToSection(RVA rva) const {
286 const Section* section = &sections_[i];
296 const Section* section = RVAToSection(rva);
325 std::string DisassemblerWin32X64::SectionName(const Section* section) {
338 const Section* section = FindNextSection(file_offset);
388 const Section* section = FindNextSection(file_offset);
423 void DisassemblerWin32X64::ParseRel32RelocsFromSection(const Section* section) {
439 // Quick way to convert from Pointer to RVA within a single Section i
[all...]
H A Ddisassembler_win32_x86.cc166 reinterpret_cast<const Section*>(optional_header +
171 const Section* section = &sections_[i];
284 const Section* DisassemblerWin32X86::RVAToSection(RVA rva) const {
286 const Section* section = &sections_[i];
296 const Section* section = RVAToSection(rva);
325 std::string DisassemblerWin32X86::SectionName(const Section* section) {
338 const Section* section = FindNextSection(file_offset);
388 const Section* section = FindNextSection(file_offset);
423 void DisassemblerWin32X86::ParseRel32RelocsFromSection(const Section* section) {
439 // Quick way to convert from Pointer to RVA within a single Section i
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DMediaQueryInspector.js30 WebInspector.MediaQueryInspector.Section = {
111 if (model.section() === WebInspector.MediaQueryInspector.Section.Max) {
115 if (model.section() === WebInspector.MediaQueryInspector.Section.Min) {
339 var labelClass = model.section() === WebInspector.MediaQueryInspector.Section.MinMax ? "media-inspector-label-right" : "media-inspector-label-left";
345 var labelClass = model.section() === WebInspector.MediaQueryInspector.Section.MinMax ? "media-inspector-label-left" : "media-inspector-label-right";
371 this._section = WebInspector.MediaQueryInspector.Section.Max;
373 this._section = WebInspector.MediaQueryInspector.Section.MinMax;
375 this._section = WebInspector.MediaQueryInspector.Section.Min;
452 if (this.section() === WebInspector.MediaQueryInspector.Section.Max)
454 if (this.section() === WebInspector.MediaQueryInspector.Section
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h130 const MCSection *Section; member in class:llvm::DwarfUnit
159 void initSection(const MCSection *Section, MCSymbol *SectionSym) { argument
160 assert(!this->Section);
161 this->Section = Section;
164 Asm->GetTempSymbol(Section->getLabelBeginName(), getUniqueID());
166 Asm->GetTempSymbol(Section->getLabelEndName(), getUniqueID());
170 assert(Section);
171 return Section;
183 assert(Section);
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Drc_unittest.py45 out = rc.Section(f, 'IDC_KLONKACC')
49 out = rc.Section(util.PathFromRoot(r'grit/testdata/klonk.rc'),
272 escaped = rc.Section.Escape(original)
274 unescaped = rc.Section.UnEscape(escaped)
279 unescaped = rc.Section.UnEscape(original)

Completed in 774 milliseconds

1234567891011>>