/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
H A D | RenamingAction.h | 59 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 D | RenamingAction.cpp | 67 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 D | ElimAvailExtern.cpp | 71 auto NewName = OrigName + ".__uniq" + getUniqueModuleId(&M); in convertToLocalCopy() local
|
H A D | ThinLTOBitcodeWriter.cpp | 69 std::string NewName = (Name + ModuleId).str(); in promoteInternals() local 116 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds() local
|
H A D | SampleProfile.cpp | 2169 StringRef NewName = FunctionSamples::getCanonicalFnName(*F); in runOnModule() local
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmnames.c | 189 char NewName[4]; in AcpiDmDumpName() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TensorSpec.h | 94 TensorSpec(const std::string &NewName, const TensorSpec &Other) in TensorSpec()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 213 SmallString<128> NewName; flushSymverDirectives() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 207 void setName(StringRef NewName, StringRef NewDescription) { in setName()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 318 void Value::setNameImpl(const Twine &NewName) { in setNameImpl() 377 void Value::setName(const Twine &NewName) { in setName()
|
H A D | Module.cpp | 516 std::string NewName; in getUniqueIntrinsicName() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86InstrMappingEmitter.cpp | 362 std::string NewName = ("V" + Name).str(); in emitSSE2AVXTable() local
|
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 976 StringRef NewName, StringRef Suffix, StringRef NewOverloadedName, in RVVIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 267 InstructionOperand withNewName(StringRef NewName) const { in withNewName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 71 StringRef NewName; member
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1223 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 D | VirtualFileSystem.cpp | 81 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 D | CommandLine.cpp | 311 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 D | llvm-profdata.cpp | 1138 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 D | CloneFunction.cpp | 473 Twine NewName(BB->hasName() ? Twine(BB->getName()) + NameSuffix : ""); in CloneBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 115 Init *NewName = BinOpInit::getStrConcat( in QualifyName() local 544 Init *NewName = nullptr; in addDefOne() local
|
H A D | Record.cpp | 2795 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 D | MCContext.cpp | 295 SmallString<128> NewName; in createRenamableSymbol() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 388 StringRef NewName = Pair.second.trim(); in addSymbolsToRenameFromFile() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1368 DeclarationName NewName = in makeNewAndDeleteExpr() local
|