Home
last modified time | relevance | path

Searched refs:Subsection (Results 1 – 25 of 137) sorted by relevance

123456

/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test32 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/
DMCSection.cpp57 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()
DMCSectionELF.cpp58 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()
DMCObjectStreamer.cpp197 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()
DMCSectionCOFF.cpp42 const MCExpr *Subsection) const { in PrintSwitchToSection()
DMCStreamer.cpp706 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()
DMCMachOStreamer.cpp150 const MCExpr *Subsection) { in ChangeSection() argument
152 bool Created = MCObjectStreamer::changeSectionImpl(Section, Subsection); in ChangeSection()
DMCSectionMachO.cpp94 const MCExpr *Subsection) const { in PrintSwitchToSection()
DMCELFStreamer.cpp136 const MCExpr *Subsection) { in ChangeSection() argument
149 this->MCObjectStreamer::ChangeSection(Section, Subsection); in ChangeSection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp186 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/
DMCStreamer.h325 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);
DMCSection.h185 MCSection::iterator getSubsectionInsertionPoint(unsigned Subsection);
190 const MCExpr *Subsection) const = 0;
DMCObjectStreamer.h76 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
99 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
DMCSectionCOFF.h70 const MCExpr *Subsection) const override;
DMCSectionMachO.h80 const MCExpr *Subsection) const override;
DMCSectionELF.h81 const MCExpr *Subsection) const override;
DMCELFStreamer.h47 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp60 const MCExpr *Subsection) { in SwitchSection() argument
61 MCELFStreamer::SwitchSection(Section, Subsection); in SwitchSection()
DMipsELFStreamer.h59 const MCExpr *Subsection = nullptr) override;
/external/llvm/test/DebugInfo/COFF/
Dmultifunction.ll223 ; 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 …]
Dsimple.ll91 ; OBJ32: Subsection [
201 ; OBJ64: Subsection [
Dasm.ll98 ; OBJ32: Subsection [
219 ; OBJ64: Subsection [
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp96 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override { in ChangeSection() argument
103 MCELFStreamer::ChangeSection(Section, Subsection); in ChangeSection()
/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h35 const MCExpr *Subsection) const override {} in PrintSwitchToSection() argument
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp77 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()

123456