Home
last modified time | relevance | path

Searched refs:QualName (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h36 MCSymbolXCOFF *const QualName; variable
46 XCOFF::SymbolType ST, SectionKind K, MCSymbolXCOFF *QualName, in MCSectionXCOFF() argument
52 CsectProp(XCOFF::CsectProperties(SMC, ST)), QualName(QualName), in MCSectionXCOFF()
58 assert(QualName != nullptr && "QualName is needed."); in MCSectionXCOFF()
63 QualName->setRepresentedCsect(this); in MCSectionXCOFF()
64 QualName->setStorageClass(XCOFF::C_HIDEXT); in MCSectionXCOFF()
76 MCSectionXCOFF(StringRef Name, SectionKind K, MCSymbolXCOFF *QualName, in MCSectionXCOFF() argument
81 QualName(QualName), SymbolTableName(SymbolTableName), in MCSectionXCOFF()
84 assert(QualName != nullptr && "QualName is needed."); in MCSectionXCOFF()
87 QualName->setRepresentedCsect(this); in MCSectionXCOFF()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp82 std::string QualName; in reportGlobal() local
83 llvm::raw_string_ostream OS(QualName); in reportGlobal()
H A DCGDebugInfo.cpp2339 std::string QualName; in CollectTemplateParams() local
2340 llvm::raw_string_ostream OS(QualName); in CollectTemplateParams()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp823 MCSymbolXCOFF *QualName = nullptr; in getXCOFFSection() local
826 QualName = cast<MCSymbolXCOFF>(getOrCreateSymbol(CachedName)); in getXCOFFSection()
828 QualName = cast<MCSymbolXCOFF>(getOrCreateSymbol( in getXCOFFSection()
837 QualName->getUnqualifiedName(), Kind, QualName, in getXCOFFSection()
838 *DwarfSectionSubtypeFlags, QualName, CachedName, MultiSymbolsAllowed); in getXCOFFSection()
841 MCSectionXCOFF(QualName->getUnqualifiedName(), CsectProp->MappingClass, in getXCOFFSection()
842 CsectProp->Type, Kind, QualName, nullptr, CachedName, in getXCOFFSection()
855 QualName->setFragment(F); in getXCOFFSection()
H A DMCSectionXCOFF.cpp23 OS << "\t.csect " << QualName->getName() << "," << Log2(getAlign()) << '\n'; in printCsectDirective()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp137 struct QualName { Qualifiers Q; const char *Name; } Names[] = { in print() argument
142 for (QualName Name : Names) { in print()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1669 std::string QualName; in getQualifiedNameAsString() local
1670 llvm::raw_string_ostream OS(QualName); in getQualifiedNameAsString()
1672 return QualName; in getQualifiedNameAsString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10734 [DiagID, &S, &DiagOccured](DeclSpec::TQ, StringRef QualName, in checkMethodTypeQualifiers()
10740 S.Diag(SL, DiagID) << QualName << SourceRange(SL); in checkMethodTypeQualifiers()
10735 __anon42c808802b02(DeclSpec::TQ, StringRef QualName, SourceLocation SL) checkMethodTypeQualifiers() argument
H A DSemaType.cpp5498 [&](DeclSpec::TQ TypeQual, StringRef QualName, in GetFullTypeForDeclarator()