/external/llvm-project/llvm/lib/MC/ |
D | MCSection.cpp | 59 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 …]
|
D | MCSectionWasm.cpp | 50 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()
|
D | MCSectionELF.cpp | 55 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/ |
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() 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 …]
|
D | MCSectionWasm.cpp | 49 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()
|
D | MCSectionELF.cpp | 55 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/ |
D | DebugSubsectionRecord.cpp | 53 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/ |
D | DebugSubsectionRecord.cpp | 56 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/ |
D | CodeViewYAMLDebugSections.cpp | 371 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/ |
D | CodeViewYAMLDebugSections.cpp | 371 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/ |
D | codeview-linetables.test | 33 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/ |
D | codeview-linetables.test | 33 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/ |
D | MCSection.h | 94 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/ |
D | MCSection.h | 96 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/ |
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()
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-unknown-subsection.s | 27 .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
|
D | pdb-inlinees.s | 83 .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/ |
D | cv-fpo-realign.s | 17 # 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/ |
D | coff-debug.ll | 67 ; CHECK: Subsection [ 76 ; CHECK: Subsection [ 98 ; CHECK: Subsection [ 102 ; CHECK: Subsection [ 110 ; CHECK: Subsection [
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-global-constants-b.s | 30 .long .Ltmp2-.Ltmp1 # Subsection size 51 .long .Ltmp6-.Ltmp5 # Subsection size 87 .long .Ltmp12-.Ltmp11 # Subsection size 110 .long .Ltmp18-.Ltmp17 # Subsection size
|
D | pdb-global-constants-a.s | 40 .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/ |
D | ELFAsmParser.cpp | 186 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/ |
D | multifunction.ll | 188 ; 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/ |
D | DebugSubsectionRecord.h | 53 DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection); 65 std::shared_ptr<DebugSubsection> Subsection;
|