Searched refs:getVarName (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1303 static std::string getVarName(InstrProfInstBase *Inc, StringRef Prefix, in getVarName() function 1608 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection() 1613 VarName = getVarName(Inc, VarPrefix, Renamed); in setupProfileSection() 1771 getVarName(Inc, getInstrProfCountersVarPrefix(), Renamed); in createDataVariable() 1773 getVarName(Inc, getInstrProfDataVarPrefix(), Renamed); in createDataVariable() 1787 getVarName(Inc, getInstrProfValuesVarPrefix(), Renamed)); in createDataVariable()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 359 DeclarationName getVarName() { return VarName; } in getVarName() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 610 std::string getVarName() const { in getVarName() function 1065 CE.declare(MD.Symbol, MD.getVarName()); in declareAllMatchDatasExpansions() 1917 OS << MD.Type << " " << MD.getVarName() << ";\n"; in emitCXXMatchApply()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 182 StringRef getVarName() const { return VarName; } in getVarName() function
|
| H A D | FileCheck.cpp | 1165 return ErrorDiagnostic::get(SM, E.getVarName(), in match()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1891 Out << D->getVarName(); in VisitOMPDeclareMapperDecl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 424 StringRef getVarName() const { return VarName; } in getVarName() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2336 Record.AddDeclarationName(D->getVarName()); in VisitOMPDeclareMapperDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4292 DeclarationName VN = D->getVarName(); in VisitOMPDeclareMapperDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 9808 Flags, CE->getLinkage(), CE->getVarName()); in createOffloadEntriesAndInfoMetadata()
|