Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/include/llvm/Target/
DTargetAsmBackend.h67 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols()
75 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
/external/llvm/lib/MC/
DELFObjectWriter.cpp299 const MCSectionELF &Section = in WriteSymbolTable() local
353 const MCSectionELF &Section = in SymbolToReloc() local
522 const MCSectionELF &Section = in ComputeIndexMap() local
531 const MCSectionELF &Section = in ComputeIndexMap() local
606 const MCSectionELF &Section = in ComputeSymbolTable() local
671 const MCSectionELF &Section = in CreateRelocationSections() local
699 const MCSectionELF &Section = in WriteRelocations() local
848 const MCSectionELF &Section = in CreateMetadataSections() local
862 const MCSectionELF &Section = *Sections[I]; in CreateMetadataSections() local
900 const MCSectionELF &Section = in CreateIndexedSections() local
[all …]
DMCContext.cpp159 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
188 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection()
194 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection()
226 const MCSection *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
DMCELFStreamer.cpp46 const MCSectionELF &Section = in EmitLabel() local
83 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
206 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol() local
361 const MCSection &Section = Symbol.getSection(); in Finish() local
DWinCOFFStreamer.cpp89 void SetSection(StringRef Section, in SetSection()
150 const MCSection *Section = MCStreamer::getContext().getCOFFSection( in AddCommonSymbol() local
314 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
319 void WinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCSectionMachO.cpp75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
181 StringRef &Section, // Out. in ParseSectionSpecifier()
DMCSymbol.cpp62 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
DMCNullStreamer.cpp31 virtual void ChangeSection(const MCSection *Section) { in ChangeSection()
64 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill()
66 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCLoggingStreamer.cpp51 virtual void ChangeSection(const MCSection *Section) { in ChangeSection()
141 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill()
147 virtual void EmitTBSSSymbol (const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCPureStreamer.cpp60 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
145 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
DMachObjectWriter.cpp202 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection()); in WriteSection() local
376 const MCSectionMachO &Section = in BindIndirectSymbols() local
393 const MCSectionMachO &Section = in BindIndirectSymbols() local
749 const MCSectionMachO &Section = in WriteObject() local
DMCMachOStreamer.cpp289 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
319 void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCELFStreamer.h113 void SetSection(StringRef Section, unsigned Type, unsigned Flags, in SetSection()
/external/llvm/include/llvm/Object/
DMachOFormat.h225 struct Section { struct
238 struct Section64 { argument
/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler.h20 enum Section { enum
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
DMCStreamer.h188 void SwitchSection(const MCSection *Section) { in SwitchSection()
201 void SwitchSectionNoChange(const MCSection *Section) { in SwitchSectionNoChange()
DMCSectionELF.h47 MCSectionELF(StringRef Section, unsigned type, unsigned flags, in MCSectionELF()
DMCSymbol.h45 const MCSection *Section; variable
DMCContext.h182 StringRef Section, in getMachOSection()
200 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection()
/external/webkit/Source/WebCore/inspector/front-end/
DSection.js30 WebInspector.Section = function(title, subtitle) class in WebInspector
/external/llvm/lib/Object/
DCOFFObjectFile.cpp120 const coff_section *Section = NULL; in getSymbolAddress() local
141 const coff_section *Section = NULL; in getSymbolSize() local
174 const coff_section *Section = NULL; in getSymbolNMTypeChar() local
/external/llvm/lib/Target/PTX/
DPTXMCAsmStreamer.cpp229 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
288 void PTXMCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
291 void PTXMCAsmStreamer::EmitTBSSSymbol(const MCSection *Section, in EmitTBSSSymbol()
/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc46 class Section : public views::View, class
253 Section::Section(PageInfoBubbleView* owner, in Section() function in Section
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp187 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset() local

12