Searched refs:QualName (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionXCOFF.h | 36 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 D | SanitizerMetadata.cpp | 101 std::string QualName; in reportGlobal() local 102 llvm::raw_string_ostream OS(QualName); in reportGlobal() 121 reportGlobal(GV, D.getLocation(), QualName, D.getType(), getNoSanitizeMask(D), in reportGlobal()
|
| H A D | CGDebugInfo.cpp | 2513 std::string QualName; in CollectTemplateParams() local 2514 llvm::raw_string_ostream OS(QualName); in CollectTemplateParams() 2518 TheCU, Name, nullptr, QualName, defaultParameter)); in CollectTemplateParams()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 915 MCSymbolXCOFF *QualName = nullptr; in getXCOFFSection() local 918 QualName = cast<MCSymbolXCOFF>(getOrCreateSymbol(CachedName)); in getXCOFFSection() 920 QualName = cast<MCSymbolXCOFF>(getOrCreateSymbol( in getXCOFFSection() 929 QualName->getUnqualifiedName(), Kind, QualName, in getXCOFFSection() 930 *DwarfSectionSubtypeFlags, QualName, CachedName, MultiSymbolsAllowed); in getXCOFFSection() 933 MCSectionXCOFF(QualName->getUnqualifiedName(), CsectProp->MappingClass, in getXCOFFSection() 934 CsectProp->Type, Kind, QualName, nullptr, CachedName, in getXCOFFSection() 947 QualName->setFragment(F); in getXCOFFSection()
|
| H A D | MCSectionXCOFF.cpp | 23 OS << "\t.csect " << QualName->getName() << "," << Log2(getAlign()) << '\n'; in printCsectDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 137 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 D | Decl.cpp | 1675 std::string QualName; in getQualifiedNameAsString() local 1676 llvm::raw_string_ostream OS(QualName); in getQualifiedNameAsString() 1678 return QualName; in getQualifiedNameAsString()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 10954 [DiagID, &S, &DiagOccured](DeclSpec::TQ, StringRef QualName, in checkMethodTypeQualifiers() 10960 S.Diag(SL, DiagID) << QualName << SourceRange(SL); in checkMethodTypeQualifiers()
|
| H A D | SemaType.cpp | 5538 [&](DeclSpec::TQ TypeQual, StringRef QualName, in GetFullTypeForDeclarator()
|