| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 322 SmallString<256> OutName("p"); in getTypeInfoHelper() local 323 OutName += std::to_string(PtrDepth); in getTypeInfoHelper() 324 OutName += " "; in getTypeInfoHelper() 325 OutName += TyName; in getTypeInfoHelper() 326 return createScalarTypeNode(OutName, getAnyPtr(PtrDepth), Size); in getTypeInfoHelper() 346 SmallString<256> OutName; in getTypeInfoHelper() local 347 llvm::raw_svector_ostream Out(OutName); in getTypeInfoHelper() 350 return createScalarTypeNode(OutName, getChar(), Size); in getTypeInfoHelper() 354 SmallString<256> OutName; in getTypeInfoHelper() local 355 llvm::raw_svector_ostream Out(OutName); in getTypeInfoHelper() [all …]
|
| H A D | CGVTT.cpp | 121 SmallString<256> OutName; in GetAddrOfVTT() local 122 llvm::raw_svector_ostream Out(OutName); in GetAddrOfVTT() 125 StringRef Name = OutName.str(); in GetAddrOfVTT()
|
| H A D | CGVTables.cpp | 939 SmallString<256> OutName; in GenerateConstructionVTable() local 940 llvm::raw_svector_ostream Out(OutName); in GenerateConstructionVTable() 944 SmallString<256> Name(OutName); in GenerateConstructionVTable() 993 GenerateRelativeVTableAlias(VTable, OutName); in GenerateConstructionVTable()
|
| H A D | MicrosoftCXXABI.cpp | 361 SmallString<256> OutName; in getAddrOfVirtualDisplacementMap() local 362 llvm::raw_svector_ostream Out(OutName); in getAddrOfVirtualDisplacementMap() 364 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() 2145 SmallString<256> OutName; in getAddrOfVBTable() local 2146 llvm::raw_svector_ostream Out(OutName); in getAddrOfVBTable() 2148 StringRef Name = OutName.str(); in getAddrOfVBTable()
|
| H A D | CodeGenModule.cpp | 2346 std::string OutName; in CreateKCFITypeId() local 2347 llvm::raw_string_ostream Out(OutName); in CreateKCFITypeId() 2355 static_cast<uint32_t>(llvm::xxHash64(OutName))); in CreateKCFITypeId() 7856 std::string OutName; in CreateMetadataIdentifierImpl() local 7857 llvm::raw_string_ostream Out(OutName); in CreateMetadataIdentifierImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Mangler.h | 51 LLVM_ABI void getNameWithPrefix(SmallVectorImpl<char> &OutName, 59 LLVM_ABI static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Mangler.cpp | 76 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() argument 78 raw_svector_ostream OS(OutName); in getNameWithPrefix() 188 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() argument 191 raw_svector_ostream OS(OutName); in getNameWithPrefix()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 116 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 120 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
| H A D | AArch64TargetObjectFile.h | 66 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 177 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 197 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 479 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 481 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1360 StringRef OutName) { in emitPPA1Name() argument 1361 size_t NameSize = OutName.size(); in emitPPA1Name() 1366 OutName = OutName.substr(0, UINT16_MAX); in emitPPA1Name() 1373 ConverterEBCDIC::convertToEBCDIC(OutName, OutnameConv); in emitPPA1Name() 1374 OutName = OutnameConv.str(); in emitPPA1Name() 1379 OutStreamer->emitBytes(OutName); in emitPPA1Name()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 144 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1630 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1639 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1848 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1856 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
|