Searched refs:setName (Results 101 - 125 of 135) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1029 GV->setName(I.first);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1031 Replacement->setName(Name + ".hwasan");
H A DDataFlowSanitizer.cpp661 GV->setName(Prefix + GVName);
H A DAddressSanitizer.cpp2011 G->setName(Twine(kAsanGenPrefix) + "_anon_global");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp394 Result.setName(Remapper(Samples.getName()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1495 void setName(Init *Name); // Also updates RecordKeeper.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1851 Res->setName(TypeName);
1880 Res->setName(TypeName);
2021 V->setName(NameStr);
2208 BB->setName(StringRef(ValueName.data(), ValueName.size()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp570 Entry->setName("entry" + Suffix);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5309 NameInfo.setName(Name.Identifier);
5334 NameInfo.setName(
5340 NameInfo.setName(Context.DeclarationNames.getCXXOperatorName(
5349 NameInfo.setName(Context.DeclarationNames.getCXXLiteralOperatorName(
5359 NameInfo.setName(Context.DeclarationNames.getCXXConversionFunctionName(
5370 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
5391 NameInfo.setName(Context.DeclarationNames.getCXXConstructorName(
5403 NameInfo.setName(Context.DeclarationNames.getCXXDestructorName(
H A DSemaTemplateInstantiateDecl.cpp2945 NameInfo.setName(SemaRef.Context.DeclarationNames.getCXXConstructorName(
3721 NameInfo.setName(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2097 void Record::setName(Init *NewName) {
2149 setName(NewName);
H A DTGParser.cpp448 Rec->setName(Records.getNewAnonymousName());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2369 Arg.getAnyValue()->setName(D.getName());
H A DCGExprScalar.cpp4662 Src->setName("astype");
4678 Src->setName("astype");
H A DItaniumCXXABI.cpp4099 Alias->setName(MangledName);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h401 void setName(StringRef S) { Name = S; } function in class:clang::threadSafety::Variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1117 TheFn->setName(NewName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2291 Instr->setName(Instr->getName() + ".pre");
H A DLICM.cpp1358 New->setName(I.getName() + ".le");
H A DReassociate.cpp848 I->setName(I->getName()+".neg");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2228 Preheader->setName(Preheader->getName()+".old");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp835 unwrap(Val)->setName(StringRef(Name, NameLen));
843 unwrap(Val)->setName(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4809 GV->setName("llvm.embedded.module");
4831 GV->setName("llvm.cmdline");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h69 I->setName(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3085 Inst->setName(NameStr);
5637 ArgIt->setName(ArgList[i].Name);

Completed in 612 milliseconds

123456