/external/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 32 MFUN32-NEXT: Subsection [ 36 MFUN32-NEXT: Subsection [ 40 MFUN32-NEXT: Subsection [ 50 MFUN32-NEXT: Subsection [ 55 MFUN32-NEXT: Subsection [ 59 MFUN32-NEXT: Subsection [ 69 MFUN32-NEXT: Subsection [ 74 MFUN32-NEXT: Subsection [ 78 MFUN32-NEXT: Subsection [ 88 MFUN32-NEXT: Subsection [ [all …]
|
/external/llvm/lib/MC/ |
D | MCSection.cpp | 57 MCSection::getSubsectionInsertionPoint(unsigned Subsection) { in getSubsectionInsertionPoint() argument 58 if (Subsection == 0 && SubsectionFragmentMap.empty()) in getSubsectionInsertionPoint() 64 std::make_pair(Subsection, (MCFragment *)nullptr)); in getSubsectionInsertionPoint() 67 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint() 76 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint() 80 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F)); in getSubsectionInsertionPoint()
|
D | MCSectionELF.cpp | 58 const MCExpr *Subsection) const { in PrintSwitchToSection() 62 if (Subsection) { in PrintSwitchToSection() 64 Subsection->print(OS, &MAI); in PrintSwitchToSection() 155 if (Subsection) { in PrintSwitchToSection() 157 Subsection->print(OS, &MAI); in PrintSwitchToSection()
|
D | MCObjectStreamer.cpp | 197 const MCExpr *Subsection) { in ChangeSection() argument 198 changeSectionImpl(Section, Subsection); in ChangeSection() 202 const MCExpr *Subsection) { in changeSectionImpl() argument 209 if (Subsection && in changeSectionImpl() 210 !Subsection->evaluateAsAbsolute(IntSubsection, getAssembler())) in changeSectionImpl()
|
D | MCSectionCOFF.cpp | 42 const MCExpr *Subsection) const { in PrintSwitchToSection()
|
D | MCStreamer.cpp | 706 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) { in SwitchSection() argument 710 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection() 711 ChangeSection(Section, Subsection); in SwitchSection() 712 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
|
D | MCMachOStreamer.cpp | 150 const MCExpr *Subsection) { in ChangeSection() argument 152 bool Created = MCObjectStreamer::changeSectionImpl(Section, Subsection); in ChangeSection()
|
D | MCSectionMachO.cpp | 94 const MCExpr *Subsection) const { in PrintSwitchToSection()
|
D | MCELFStreamer.cpp | 136 const MCExpr *Subsection) { in ChangeSection() argument 149 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 186 const MCExpr *Subsection = nullptr; in ParseSectionSwitch() local 188 if (getParser().parseExpression(Subsection)) in ParseSectionSwitch() 193 Subsection); in ParseSectionSwitch() 369 const MCExpr *Subsection = nullptr; in ParseSectionArguments() local 385 if (getParser().parseExpression(Subsection)) in ParseSectionArguments() 522 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments() 719 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local 721 if (getParser().parseExpression(Subsection)) in ParseDirectiveSubsection() 728 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 325 bool SubSection(const MCExpr *Subsection) { in SubSection() argument 329 SwitchSection(SectionStack.back().first.first, Subsection); in SubSection() 338 const MCExpr *Subsection = nullptr); 344 const MCExpr *Subsection = nullptr) { 348 if (MCSectionSubPair(Section, Subsection) != curSection) 349 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
|
D | MCSection.h | 185 MCSection::iterator getSubsectionInsertionPoint(unsigned Subsection); 190 const MCExpr *Subsection) const = 0;
|
D | MCObjectStreamer.h | 76 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection); 99 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
D | MCSectionCOFF.h | 70 const MCExpr *Subsection) const override;
|
D | MCSectionMachO.h | 80 const MCExpr *Subsection) const override;
|
D | MCSectionELF.h | 81 const MCExpr *Subsection) const override;
|
D | MCELFStreamer.h | 47 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 60 const MCExpr *Subsection) { in SwitchSection() argument 61 MCELFStreamer::SwitchSection(Section, Subsection); in SwitchSection()
|
D | MipsELFStreamer.h | 59 const MCExpr *Subsection = nullptr) override;
|
/external/llvm/test/DebugInfo/COFF/ |
D | multifunction.ll | 223 ; OBJ32: Subsection [ 233 ; OBJ32: Subsection [ 236 ; OBJ32: Subsection [ 246 ; OBJ32: Subsection [ 249 ; OBJ32: Subsection [ 259 ; OBJ32: Subsection [ 533 ; OBJ64: Subsection [ 543 ; OBJ64: Subsection [ 546 ; OBJ64: Subsection [ 556 ; OBJ64: Subsection [ [all …]
|
D | simple.ll | 91 ; OBJ32: Subsection [ 201 ; OBJ64: Subsection [
|
D | asm.ll | 98 ; OBJ32: Subsection [ 219 ; OBJ64: Subsection [
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 96 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() argument 103 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 35 const MCExpr *Subsection) const override {} in PrintSwitchToSection() argument
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 77 void printCodeViewSymbolsSubsection(StringRef Subsection, 665 void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, in printCodeViewSymbolsSubsection() argument 668 if (Subsection.size() == 0) { in printCodeViewSymbolsSubsection() 672 DataExtractor DE(Subsection, true, 4); in printCodeViewSymbolsSubsection()
|