| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 170 BA.InstallName = Slice.copyString(LCI.Ptr + DLLC.dylib.name); in readMachOHeader() 178 Slice.copyString(LCI.Ptr + DLLC.dylib.name)); in readMachOHeader() 183 BA.ParentUmbrella = Slice.copyString(LCI.Ptr + SFC.umbrella); in readMachOHeader() 188 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client)); in readMachOHeader() 200 BA.UUID = Slice.copyString(Stream.str()); in readMachOHeader() 205 BA.RPaths.emplace_back(Slice.copyString(LCI.Ptr + RPLC.path)); in readMachOHeader()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | TypedefUnderlyingTypeResolver.cpp | 63 return {API.copyString(TypeName), API.copyString(TypeUSR)}; in getSymbolReferenceForType()
|
| H A D | API.cpp | 516 return copyString(USR); in recordUSR() 523 return copyString(USR); in recordUSRForMacro() 526 StringRef APISet::copyString(StringRef String) { in copyString() function in APISet
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 141 Name = copyString(Name); in addGlobal() 156 Name = copyString(Name); in addObjCInterface() 191 Category = copyString(Category); in addObjCCategory() 233 Name = copyString(Name); in addObjCIVar() 239 StringRef RecordsSlice::copyString(StringRef String) { in copyString() function in RecordsSlice
|
| H A D | SymbolSet.cpp | 16 Name = copyString(Name); in addGlobalImpl()
|
| H A D | TextStub.cpp | 465 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 472 copyString("_OBJC_EHTYPE_$_" + Symbol->getName().str())); in NormalizedTBD() 479 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 522 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 529 copyString("_OBJC_EHTYPE_$_" + Symbol->getName().str())); in NormalizedTBD() 536 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 687 StringRef copyString(StringRef String) { in copyString() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 91 StringRef copyString(StringRef str) { return str.copy(StrAlloc); } in copyString() function 92 StringRef copyString(const Twine &twine);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 69 StringRef EditedSource::copyString(const Twine &twine) { in copyString() function in EditedSource 71 return copyString(twine.toStringRef(Data)); in copyString() 129 FA.Text = copyString(text); in commitInsert() 134 FA.Text = copyString(Twine(text) + FA.Text); in commitInsert() 136 FA.Text = copyString(Twine(FA.Text) + text); in commitInsert()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 184 BaseClass.Name = API.copyString(BaseSpecifier.getType().getAsString()); in getBases() 386 API.copyString(Name), USR, Loc, AvailabilityInfo::createFromDecl(Decl), in VisitEnumDecl() 653 Parent, API.copyString(Decl->getNameAsString()), USR, Loc, in VisitCXXMethodDecl() 677 StringRef Name = API.copyString(Decl->getNameAsString()); in VisitCXXConstructorDecl() 709 StringRef Name = API.copyString(Decl->getNameAsString()); in VisitCXXDestructorDecl() 1248 StringRef Name = API.copyString(Decl->getNameAsString()); in VisitCXXConversionDecl() 1294 StringRef Name = API.copyString(Method->getSelector().getAsString()); in recordObjCMethods() 1341 API.copyString(Property->getGetterName().getAsString()); in recordObjCProperties() 1343 API.copyString(Property->getSetterName().getAsString()); in recordObjCProperties()
|
| H A D | API.h | 1618 StringRef copyString(StringRef String);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 299 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in copyString() function in GsymCreator 438 II.Name = copyString(SrcGC, II.Name); in fixupInlineInfo() 452 DstFI.Name = copyString(SrcGC, SrcFI.Name); in copyFunctionInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymCreator.h | 229 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | RecordsSlice.h | 161 StringRef copyString(StringRef String);
|
| H A D | SymbolSet.h | 79 StringRef copyString(StringRef String) {
|
| H A D | InterfaceFile.h | 448 StringRef copyString(StringRef String) { in copyString() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangle.h | 193 std::string_view copyString(std::string_view Borrowed);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 266 std::string_view Demangler::copyString(std::string_view Borrowed) { in copyString() function in Demangler 1011 std::string_view Owned = copyString(OB); in memorizeIdentifier() 1414 Result->DecodedString = copyString(OB); in demangleStringLiteral() 1490 Identifier->Name = copyString(OB); in demangleLocallyScopedNamePiece()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 768 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { in copyString() function 1056 copyString(MappedName, LookupFileCache.getAllocator()); in LookupFile()
|
| /freebsd-14.2/contrib/expat/lib/ |
| H A D | xmlparse.c | 598 static XML_Char *copyString(const XML_Char *s, 1236 parser->m_protocolEncodingName = copyString(encodingName, &(parser->m_mem)); in parserInit() 1424 parser->m_protocolEncodingName = copyString(encodingName, &(parser->m_mem)); in XML_SetEncoding() 8065 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString() function
|
| /freebsd-14.2/contrib/expat/ |
| H A D | Changes | 591 #560 CVE-2022-25314 -- Fix integer overflow in function copyString;
|