| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | API.cpp | 121 StringRef APISet::copyString(StringRef String) { in copyString() function in APISet 136 return SymbolReference(copyString(Name), copyString(USR), copyString(Source)); in createSymbolReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 181 Name = copyString(Name); in addGlobal() 196 Name = copyString(Name); in addObjCInterface() 227 Category = copyString(Category); in addObjCCategory() 228 ClassToExtend = copyString(ClassToExtend); in addObjCCategory() 271 Name = copyString(Name); in addObjCIVar() 277 StringRef RecordsSlice::copyString(StringRef String) { in copyString() function in RecordsSlice
|
| H A D | TextStub.cpp | 464 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 471 copyString("_OBJC_EHTYPE_$_" + Symbol->getName().str())); in NormalizedTBD() 478 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 521 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 528 copyString("_OBJC_EHTYPE_$_" + Symbol->getName().str())); in NormalizedTBD() 535 copyString("_" + Symbol->getName().str())); in NormalizedTBD() 686 StringRef copyString(StringRef String) { in copyString() function
|
| H A D | SymbolSet.cpp | 16 Name = copyString(Name); in addGlobalImpl()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 171 BA.InstallName = Slice.copyString(LCI.Ptr + DLLC.dylib.name); in readMachOHeader() 179 Slice.copyString(LCI.Ptr + DLLC.dylib.name)); in readMachOHeader() 184 BA.ParentUmbrella = Slice.copyString(LCI.Ptr + SFC.umbrella); in readMachOHeader() 189 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client)); in readMachOHeader() 201 BA.UUID = Slice.copyString(Stream.str()); in readMachOHeader() 206 BA.RPaths.emplace_back(Slice.copyString(LCI.Ptr + RPLC.path)); in readMachOHeader()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 67 StringRef EditedSource::copyString(const Twine &twine) { in copyString() function in EditedSource 69 return copyString(twine.toStringRef(Data)); in copyString() 127 FA.Text = copyString(text); in commitInsert() 132 FA.Text = copyString(Twine(text) + FA.Text); in commitInsert() 134 FA.Text = copyString(Twine(FA.Text) + text); in commitInsert()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 356 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in copyString() function in GsymCreator 501 II.Name = copyString(SrcGC, II.Name); in fixupInlineInfo() 515 DstFI.Name = copyString(SrcGC, SrcFI.Name); in copyFunctionInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | RecordsSlice.h | 170 LLVM_ABI StringRef copyString(StringRef String);
|
| H A D | SymbolSet.h | 80 StringRef copyString(StringRef String) {
|
| H A D | InterfaceFile.h | 423 StringRef copyString(StringRef String) { in copyString() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymCreator.h | 231 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangle.h | 209 std::string_view copyString(std::string_view Borrowed);
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 280 std::string_view Demangler::copyString(std::string_view Borrowed) { in copyString() function in Demangler 1025 std::string_view Owned = copyString(OB); in memorizeIdentifier() 1433 Result->DecodedString = copyString(OB); in demangleStringLiteral() 1509 Identifier->Name = copyString(OB); in demangleLocallyScopedNamePiece()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 190 BaseClass.Name = API.copyString(BaseSpecifier.getType().getAsString( in getBases() 199 BaseClass.USR = API.copyString(USR); in getBases() 200 BaseClass.Source = API.copyString(getOwningModuleName(*TTPTD)); in getBases()
|
| H A D | API.h | 1443 StringRef copyString(StringRef String); 1501 auto USRString = copyString(USR); in createRecord() 1508 USRString, copyString(Name), std::forward<CtorArgsContTy>(CtorArgs)...); in createRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 797 static const char *copyString(StringRef Str, llvm::BumpPtrAllocator &Alloc) { in copyString() function 1086 copyString(MappedName, LookupFileCache.getAllocator()); in LookupFile()
|
| /freebsd/contrib/expat/lib/ |
| H A D | xmlparse.c | 604 static XML_Char *copyString(const XML_Char *s, XML_Parser parser); 1419 parser->m_protocolEncodingName = copyString(encodingName, parser); 1608 parser->m_protocolEncodingName = copyString(encodingName, parser); 8405 copyString(const XML_Char *s, XML_Parser parser) { function
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 911 #560 CVE-2022-25314 -- Fix integer overflow in function copyString;
|