| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 206 SmallString<256> OutName; in getTypeInfoHelper() local 207 llvm::raw_svector_ostream Out(OutName); in getTypeInfoHelper() 209 return createScalarTypeNode(OutName, getChar(), Size); in getTypeInfoHelper() 213 SmallString<256> OutName; in getTypeInfoHelper() local 214 llvm::raw_svector_ostream Out(OutName); in getTypeInfoHelper() 218 return createScalarTypeNode(OutName, getChar(), Size); in getTypeInfoHelper() 390 SmallString<256> OutName; in getBaseTypeInfoHelper() local 393 llvm::raw_svector_ostream Out(OutName); in getBaseTypeInfoHelper() 396 OutName = RD->getName(); in getBaseTypeInfoHelper() 402 llvm::Metadata *Id = MDHelper.createString(OutName); in getBaseTypeInfoHelper() [all …]
|
| H A D | CGVTT.cpp | 104 SmallString<256> OutName; in GetAddrOfVTT() local 105 llvm::raw_svector_ostream Out(OutName); in GetAddrOfVTT() 108 StringRef Name = OutName.str(); in GetAddrOfVTT()
|
| H A D | CGVTables.cpp | 873 SmallString<256> OutName; in GenerateConstructionVTable() local 874 llvm::raw_svector_ostream Out(OutName); in GenerateConstructionVTable() 878 SmallString<256> Name(OutName); in GenerateConstructionVTable() 925 GenerateRelativeVTableAlias(VTable, OutName); in GenerateConstructionVTable()
|
| H A D | MicrosoftCXXABI.cpp | 338 SmallString<256> OutName; in getAddrOfVirtualDisplacementMap() local 339 llvm::raw_svector_ostream Out(OutName); in getAddrOfVirtualDisplacementMap() 341 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() 2117 SmallString<256> OutName; in getAddrOfVBTable() local 2118 llvm::raw_svector_ostream Out(OutName); in getAddrOfVBTable() 2120 StringRef Name = OutName.str(); in getAddrOfVBTable()
|
| H A D | CodeGenModule.cpp | 6735 std::string OutName; in CreateMetadataIdentifierImpl() local 6736 llvm::raw_string_ostream Out(OutName); in CreateMetadataIdentifierImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Mangler.h | 38 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 45 static void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Mangler.cpp | 74 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() argument 76 raw_svector_ostream OS(OutName); in getNameWithPrefix() 185 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() argument 188 raw_svector_ostream OS(OutName); in getNameWithPrefix()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 75 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 79 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
| H A D | AArch64TargetObjectFile.h | 48 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 157 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 175 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 439 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 441 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 128 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1518 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1527 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1727 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1735 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
|