/external/llvm/include/llvm/Target/ |
D | TargetAsmBackend.h | 67 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() 75 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 299 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 …]
|
D | MCContext.cpp | 159 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()
|
D | MCELFStreamer.cpp | 46 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
|
D | WinCOFFStreamer.cpp | 89 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()
|
D | MCSectionMachO.cpp | 75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 181 StringRef &Section, // Out. in ParseSectionSpecifier()
|
D | MCSymbol.cpp | 62 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
|
D | MCNullStreamer.cpp | 31 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()
|
D | MCLoggingStreamer.cpp | 51 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()
|
D | MCPureStreamer.cpp | 60 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol() 145 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
|
D | MachObjectWriter.cpp | 202 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
|
D | MCMachOStreamer.cpp | 289 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 319 void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
|
D | MCELFStreamer.h | 113 void SetSection(StringRef Section, unsigned Type, unsigned Flags, in SetSection()
|
/external/llvm/include/llvm/Object/ |
D | MachOFormat.h | 225 struct Section { struct 238 struct Section64 { argument
|
/external/chromium/chrome/browser/ui/webui/ |
D | shown_sections_handler.h | 20 enum Section { enum
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
|
D | MCStreamer.h | 188 void SwitchSection(const MCSection *Section) { in SwitchSection() 201 void SwitchSectionNoChange(const MCSection *Section) { in SwitchSectionNoChange()
|
D | MCSectionELF.h | 47 MCSectionELF(StringRef Section, unsigned type, unsigned flags, in MCSectionELF()
|
D | MCSymbol.h | 45 const MCSection *Section; variable
|
D | MCContext.h | 182 StringRef Section, in getMachOSection() 200 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Section.js | 30 WebInspector.Section = function(title, subtitle) class in WebInspector
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 120 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/ |
D | PTXMCAsmStreamer.cpp | 229 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/ |
D | page_info_bubble_view.cc | 46 class Section : public views::View, class 253 Section::Section(PageInfoBubbleView* owner, in Section() function in Section
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 187 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset() local
|