| /netbsd-src/external/apache2/llvm/dist/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() 355 SmallString<256> OutName; in getBaseTypeInfoHelper() local 358 llvm::raw_svector_ostream Out(OutName); in getBaseTypeInfoHelper() 361 OutName = RD->getName(); in getBaseTypeInfoHelper() 367 llvm::Metadata *Id = MDHelper.createString(OutName); in getBaseTypeInfoHelper() [all …]
|
| H A D | CGVTT.cpp | 107 SmallString<256> OutName; in GetAddrOfVTT() local 108 llvm::raw_svector_ostream Out(OutName); in GetAddrOfVTT() 111 StringRef Name = OutName.str(); in GetAddrOfVTT()
|
| H A D | CGVTables.cpp | 871 SmallString<256> OutName; in GenerateConstructionVTable() local 872 llvm::raw_svector_ostream Out(OutName); in GenerateConstructionVTable() 876 SmallString<256> Name(OutName); in GenerateConstructionVTable() 923 GenerateRelativeVTableAlias(VTable, OutName); in GenerateConstructionVTable()
|
| H A D | MicrosoftCXXABI.cpp | 334 SmallString<256> OutName; in getAddrOfVirtualDisplacementMap() local 335 llvm::raw_svector_ostream Out(OutName); in getAddrOfVirtualDisplacementMap() 337 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() 2110 SmallString<256> OutName; in getAddrOfVBTable() local 2111 llvm::raw_svector_ostream Out(OutName); in getAddrOfVBTable() 2113 StringRef Name = OutName.str(); in getAddrOfVBTable()
|
| H A D | CodeGenModule.cpp | 6208 std::string OutName; in CreateMetadataIdentifierImpl() local 6209 llvm::raw_string_ostream Out(OutName); in CreateMetadataIdentifierImpl()
|
| /netbsd-src/external/apache2/llvm/dist/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() 180 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, in getNameWithPrefix() argument 183 raw_svector_ostream OS(OutName); in getNameWithPrefix()
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 76 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 80 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true); in getNameWithPrefix()
|
| H A D | AArch64TargetObjectFile.h | 49 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.h | 153 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, 171 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 434 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 436 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLoweringObjectFile.h | 126 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1475 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1484 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1681 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1689 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
|