Home
last modified time | relevance | path

Searched defs:NewName (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h59 RenameOccurrences(const NamedDecl *ND, std::string NewName) in RenameOccurrences()
66 std::string NewName; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp67 SourceRange SelectionRange, std::string NewName) { in initiate()
146 const SourceManager &SM, const SymbolName &NewName) { in createRenameReplacements()
204 void HandleOneRename(ASTContext &Context, const std::string &NewName, in HandleOneRename()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp71 auto NewName = OrigName + ".__uniq" + getUniqueModuleId(&M); in convertToLocalCopy() local
H A DThinLTOBitcodeWriter.cpp69 std::string NewName = (Name + ModuleId).str(); in promoteInternals() local
116 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds() local
H A DSampleProfile.cpp2169 StringRef NewName = FunctionSamples::getCanonicalFnName(*F); in runOnModule() local
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c189 char NewName[4]; in AcpiDmDumpName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h94 TensorSpec(const std::string &NewName, const TensorSpec &Other) in TensorSpec()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp213 SmallString<128> NewName; flushSymverDirectives() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h207 void setName(StringRef NewName, StringRef NewDescription) { in setName()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp318 void Value::setNameImpl(const Twine &NewName) { in setNameImpl()
377 void Value::setName(const Twine &NewName) { in setName()
H A DModule.cpp516 std::string NewName; in getUniqueIntrinsicName() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp362 std::string NewName = ("V" + Name).str(); in emitSSE2AVXTable() local
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp976 StringRef NewName, StringRef Suffix, StringRef NewOverloadedName, in RVVIntrinsic()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h267 InstructionOperand withNewName(StringRef NewName) const { in withNewName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h71 StringRef NewName; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1223 std::string NewName = "rev" + utostr(I); in emitArgumentReversal() local
1276 std::string NewName = "s" + utostr(I); in emitShadowedArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp81 Status Status::copyWithNewName(const Status &In, const Twine &NewName) { in copyWithNewName()
87 Status Status::copyWithNewName(const file_status &In, const Twine &NewName) { in copyWithNewName()
197 RealFile(file_t RawFD, StringRef NewName, StringRef NewRealPathName) in RealFile()
H A DCommandLine.cpp311 void updateArgStr(Option *O, StringRef NewName, SubCommand *SC) { in updateArgStr()
321 void updateArgStr(Option *O, StringRef NewName) { in updateArgStr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1138 StringRef NewName = Name.drop_front(PrefixPos); in adjustInstrProfile() local
1243 auto NewName = StaticFuncMap.find(Name); in adjustInstrProfile() local
1328 auto NewName = StaticFuncMap.find(Name); in adjustInstrProfile() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp473 Twine NewName(BB->hasName() ? Twine(BB->getName()) + NameSuffix : ""); in CloneBlock() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp115 Init *NewName = BinOpInit::getStrConcat( in QualifyName() local
544 Init *NewName = nullptr; in addDefOne() local
H A DRecord.cpp2795 void Record::setName(Init *NewName) { in setName()
2841 Init *NewName = Name->resolveReferences(R); in resolveReferences() local
2883 void Record::resolveReferences(Init *NewName) { in resolveReferences()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp295 SmallString<128> NewName; in createRenamableSymbol() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp388 StringRef NewName = Pair.second.trim(); in addSymbolsToRenameFromFile() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1368 DeclarationName NewName = in makeNewAndDeleteExpr() local

12