Home
last modified time | relevance | path

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

123

/external/llvm/lib/MC/
DMCELFStreamer.cpp91 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill()
95 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
127 void SetSection(StringRef Section, unsigned Type, unsigned Flags, in SetSection()
167 const MCSectionELF &Section = in EmitLabel() local
205 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
330 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol() local
496 const MCSection &Section = Symbol.getSection(); in FinishImpl() local
DELFObjectWriter.cpp594 const MCSectionELF &Section = in WriteSymbolTable() local
650 const MCSectionELF &Section = in SymbolToReloc() local
832 const MCSectionELF &Section = in ComputeIndexMap() local
841 const MCSectionELF &Section = in ComputeIndexMap() local
916 const MCSectionELF &Section = in ComputeSymbolTable() local
984 const MCSectionELF &Section = in CreateRelocationSections() local
1012 const MCSectionELF &Section = in WriteRelocations() local
1163 const MCSectionELF &Section = in CreateMetadataSections() local
1177 const MCSectionELF &Section = *Sections[I]; in CreateMetadataSections() local
1215 const MCSectionELF &Section = in CreateIndexedSections() local
[all …]
DMCContext.cpp161 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
190 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection()
196 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection()
228 const MCSection *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
DWinCOFFStreamer.cpp91 void SetSection(StringRef Section, in SetSection()
152 const MCSection *Section = MCStreamer::getContext().getCOFFSection( in AddCommonSymbol() local
326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
331 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.cpp60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
DMCNullStreamer.cpp31 virtual void ChangeSection(const MCSection *Section) { in ChangeSection()
65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill()
67 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCPureStreamer.cpp60 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
146 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
771 const MCSectionMachO &Section = in WriteObject() local
DMCMachOStreamer.cpp286 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
316 void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
/external/llvm/include/llvm/MC/
DMCAsmBackend.h70 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols()
78 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
DMCSectionCOFF.h38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
DMCStreamer.h210 void SwitchSection(const MCSection *Section) { in SwitchSection()
223 void SwitchSectionNoChange(const MCSection *Section) { in SwitchSectionNoChange()
DMCSectionELF.h48 MCSectionELF(StringRef Section, unsigned type, unsigned flags, in MCSectionELF()
DMCSymbol.h45 const MCSection *Section; variable
/external/llvm/include/llvm/Object/
DMachOFormat.h235 struct Section { struct
248 struct Section64 { argument
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DSection.java40 public abstract class Section<T extends Item> { class
75 protected Section(DexFile dexFile, ItemType itemType) { in Section() method in Section
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DSection.java27 public abstract class Section { class
69 public Section(String name, DexFile file, int alignment) { in Section() method in Section
/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler.h20 enum Section { enum
/external/webkit/Source/WebCore/inspector/front-end/
DSection.js30 WebInspector.Section = function(title, subtitle) class in WebInspector
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp76 const MCSectionELF &Section = in ExplicitRelSym() local
/external/llvm/lib/Target/PTX/
DPTXMCAsmStreamer.cpp233 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
293 void PTXMCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
296 void PTXMCAsmStreamer::EmitTBSSSymbol(const MCSection *Section, in EmitTBSSSymbol()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp154 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset() local
/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/Object/
DObject.cpp116 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations()
125 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()

123