Searched refs:SOS (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 27 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit() argument 30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 29 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, in DWARFTypeUnit() argument 32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
|
| H A D | DWARFUnit.h | 176 StringRef SS, const DWARFSection &SOS, 281 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 68 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl() argument 74 Parser = [=, &Context, &Obj, &Section, &SOS, in addUnitsImpl() 103 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl() 107 DA, RS, LocSection, SS, SOS, in addUnitsImpl() 190 StringRef SS, const DWARFSection &SOS, in DWARFUnit() argument 195 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 794 llvm::raw_string_ostream SOS(Name); in VisitUsingDecl() local 795 NNS->print(SOS, UD->getASTContext().getPrintingPolicy()); in VisitUsingDecl()
|