/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 91 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
|
D | ELFObjectWriter.cpp | 594 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 …]
|
D | MCContext.cpp | 161 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()
|
D | WinCOFFStreamer.cpp | 91 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()
|
D | MCSectionMachO.cpp | 75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 181 StringRef &Section, // Out. in ParseSectionSpecifier()
|
D | MCSymbol.cpp | 60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue() local
|
D | MCNullStreamer.cpp | 31 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()
|
D | MCPureStreamer.cpp | 60 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol() 146 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 771 const MCSectionMachO &Section = in WriteObject() local
|
D | MCMachOStreamer.cpp | 286 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/ |
D | MCAsmBackend.h | 70 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() 78 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
|
D | MCSectionCOFF.h | 38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
|
D | MCStreamer.h | 210 void SwitchSection(const MCSection *Section) { in SwitchSection() 223 void SwitchSectionNoChange(const MCSection *Section) { in SwitchSectionNoChange()
|
D | MCSectionELF.h | 48 MCSectionELF(StringRef Section, unsigned type, unsigned flags, in MCSectionELF()
|
D | MCSymbol.h | 45 const MCSection *Section; variable
|
/external/llvm/include/llvm/Object/ |
D | MachOFormat.h | 235 struct Section { struct 248 struct Section64 { argument
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | Section.java | 40 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/ |
D | Section.java | 27 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/ |
D | shown_sections_handler.h | 20 enum Section { enum
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Section.js | 30 WebInspector.Section = function(title, subtitle) class in WebInspector
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 76 const MCSectionELF &Section = in ExplicitRelSym() local
|
/external/llvm/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 233 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/ |
D | AsmPrinterDwarf.cpp | 154 const MCSection &Section = SectionLabel->getSection(); in EmitSectionOffset() local
|
/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/Object/ |
D | Object.cpp | 116 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations() 125 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, in LLVMIsRelocationIteratorAtEnd()
|