Home
last modified time | relevance | path

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

12345678910>>...13

/external/llvm-project/llvm/lib/MC/
DMCSection.cpp59 MCSection::getSubsectionInsertionPoint(unsigned Subsection) { in getSubsectionInsertionPoint() argument
60 if (Subsection == 0 && SubsectionFragmentMap.empty()) in getSubsectionInsertionPoint()
66 std::make_pair(Subsection, (MCFragment *)nullptr)); in getSubsectionInsertionPoint()
69 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
78 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
82 SubsectionFragmentMap.insert(MI, std::make_pair(Subsection, F)); in getSubsectionInsertionPoint()
85 F->setSubsectionNumber(Subsection); in getSubsectionInsertionPoint()
93 void MCSection::addPendingLabel(MCSymbol *label, unsigned Subsection) { in addPendingLabel() argument
94 PendingLabels.push_back(PendingLabel(label, Subsection)); in addPendingLabel()
98 unsigned Subsection) { in flushPendingLabels() argument
[all …]
DMCSectionWasm.cpp50 const MCExpr *Subsection) const { in PrintSwitchToSection()
54 if (Subsection) { in PrintSwitchToSection()
56 Subsection->print(OS, &MAI); in PrintSwitchToSection()
86 if (Subsection) { in PrintSwitchToSection()
88 Subsection->print(OS, &MAI); in PrintSwitchToSection()
DMCSectionELF.cpp55 const MCExpr *Subsection) const { in PrintSwitchToSection()
58 if (Subsection) { in PrintSwitchToSection()
60 Subsection->print(OS, &MAI); in PrintSwitchToSection()
189 if (Subsection) { in PrintSwitchToSection()
191 Subsection->print(OS, &MAI); in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-10.0/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()
88 void MCSection::addPendingLabel(MCSymbol* label, unsigned Subsection) { in addPendingLabel() argument
89 PendingLabels.push_back(PendingLabel(label, Subsection)); in addPendingLabel()
93 unsigned Subsection) { in flushPendingLabels() argument
101 if (Label.Subsection == Subsection) { in flushPendingLabels()
[all …]
DMCSectionWasm.cpp49 const MCExpr *Subsection) const { in PrintSwitchToSection()
53 if (Subsection) { in PrintSwitchToSection()
55 Subsection->print(OS, &MAI); in PrintSwitchToSection()
85 if (Subsection) { in PrintSwitchToSection()
87 Subsection->print(OS, &MAI); in PrintSwitchToSection()
DMCSectionELF.cpp55 const MCExpr *Subsection) const { in PrintSwitchToSection()
58 if (Subsection) { in PrintSwitchToSection()
60 Subsection->print(OS, &MAI); in PrintSwitchToSection()
185 if (Subsection) { in PrintSwitchToSection()
187 Subsection->print(OS, &MAI); in PrintSwitchToSection()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp53 std::shared_ptr<DebugSubsection> Subsection) in DebugSubsectionRecordBuilder() argument
54 : Subsection(std::move(Subsection)) {} in DebugSubsectionRecordBuilder()
61 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize() in calculateSerializedLength()
74 Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind()); in commit()
77 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize() in commit()
83 if (Subsection) { in commit()
84 if (auto EC = Subsection->commit(Writer)) in commit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp56 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder() argument
57 : Subsection(std::move(Subsection)), Container(Container) {} in DebugSubsectionRecordBuilder()
64 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize() in calculateSerializedLength()
76 Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind()); in commit()
79 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize() in commit()
85 if (Subsection) { in commit()
86 if (auto EC = Subsection->commit(Writer)) in commit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping() argument
375 Subsection.Subsection = SS; in mapping()
377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
381 Subsection.Subsection = in mapping()
384 Subsection.Subsection = in mapping()
387 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()
389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()
393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp371 IO &IO, YAMLDebugSubsection &Subsection) { in mapping() argument
375 Subsection.Subsection = SS; in mapping()
377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
381 Subsection.Subsection = in mapping()
384 Subsection.Subsection = in mapping()
387 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()
389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()
393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-linetables.test33 MFUN32-NEXT: Subsection [
37 MFUN32: Subsection [
41 MFUN32: Subsection [
51 MFUN32: Subsection [
56 MFUN32-NEXT: Subsection [
60 MFUN32: Subsection [
70 MFUN32-NEXT: Subsection [
75 MFUN32-NEXT: Subsection [
79 MFUN32: Subsection [
89 MFUN32: Subsection [
[all …]
/external/llvm/test/tools/llvm-readobj/
Dcodeview-linetables.test33 MFUN32-NEXT: Subsection [
37 MFUN32: Subsection [
41 MFUN32: Subsection [
51 MFUN32: Subsection [
56 MFUN32-NEXT: Subsection [
60 MFUN32: Subsection [
70 MFUN32-NEXT: Subsection [
75 MFUN32-NEXT: Subsection [
79 MFUN32: Subsection [
89 MFUN32: Subsection [
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSection.h94 unsigned Subsection;
95 PendingLabel(MCSymbol* Sym, unsigned Subsection = 0)
96 : Sym(Sym), Subsection(Subsection) {}
171 MCSection::iterator getSubsectionInsertionPoint(unsigned Subsection);
177 const MCExpr *Subsection) const = 0;
189 void addPendingLabel(MCSymbol* label, unsigned Subsection = 0);
193 unsigned Subsection = 0);
/external/llvm-project/llvm/include/llvm/MC/
DMCSection.h96 unsigned Subsection;
97 PendingLabel(MCSymbol* Sym, unsigned Subsection = 0)
98 : Sym(Sym), Subsection(Subsection) {}
176 MCSection::iterator getSubsectionInsertionPoint(unsigned Subsection);
182 const MCExpr *Subsection) const = 0;
196 void addPendingLabel(MCSymbol* label, unsigned Subsection = 0);
200 unsigned Subsection = 0);
/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()
/external/llvm-project/lld/test/COFF/
Dpdb-unknown-subsection.s27 .long .Ltmp6-.Ltmp5 # Subsection size
47 .long 4 # Subsection size
50 .long 4 # Subsection size
53 .long 4 # Subsection size
56 .long 4 # Subsection size
59 .long 4 # Subsection size
Dpdb-inlinees.s83 .long .Ltmp6-.Ltmp5 # Subsection size
104 .long .Ltmp10-.Ltmp9 # Subsection size
123 .long .Ltmp12-.Ltmp11 # Subsection size
182 .long .Ltmp22-.Ltmp21 # Subsection size
198 .long .Ltmp26-.Ltmp25 # Subsection size
/external/llvm-project/llvm/test/MC/COFF/
Dcv-fpo-realign.s17 # CHECK: Subsection [
23 # CHECK: Subsection [
79 # CHECK: Subsection [
82 # CHECK: Subsection [
85 # CHECK: Subsection [
145 .long Ltmp3-Ltmp2 # Subsection size
166 .long Ltmp7-Ltmp6 # Subsection size
/external/llvm-project/llvm/test/MC/AArch64/
Dcoff-debug.ll67 ; CHECK: Subsection [
76 ; CHECK: Subsection [
98 ; CHECK: Subsection [
102 ; CHECK: Subsection [
110 ; CHECK: Subsection [
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-global-constants-b.s30 .long .Ltmp2-.Ltmp1 # Subsection size
51 .long .Ltmp6-.Ltmp5 # Subsection size
87 .long .Ltmp12-.Ltmp11 # Subsection size
110 .long .Ltmp18-.Ltmp17 # Subsection size
Dpdb-global-constants-a.s40 .long .Ltmp3-.Ltmp2 # Subsection size
61 .long .Ltmp7-.Ltmp6 # Subsection size
97 .long .Ltmp13-.Ltmp12 # Subsection size
120 .long .Ltmp19-.Ltmp18 # Subsection size
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp186 const MCExpr *Subsection = nullptr; in ParseSectionSwitch() local
188 if (getParser().parseExpression(Subsection)) in ParseSectionSwitch()
194 Subsection); in ParseSectionSwitch()
371 const MCExpr *Subsection = nullptr; in ParseSectionArguments() local
387 if (getParser().parseExpression(Subsection)) in ParseSectionArguments()
524 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments()
721 const MCExpr *Subsection = nullptr; in ParseDirectiveSubsection() local
723 if (getParser().parseExpression(Subsection)) in ParseDirectiveSubsection()
730 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dmultifunction.ll188 ; OBJ32: Subsection [
192 ; OBJ32: Subsection [
195 ; OBJ32: Subsection [
206 ; OBJ32: Subsection [
209 ; OBJ32: Subsection [
212 ; OBJ32: Subsection [
223 ; OBJ32: Subsection [
226 ; OBJ32: Subsection [
229 ; OBJ32: Subsection [
240 ; OBJ32: Subsection [
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection);
65 std::shared_ptr<DebugSubsection> Subsection;

12345678910>>...13