/openbsd/gnu/llvm/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 | 887 SmallString<256> OutName; in GenerateConstructionVTable() local 888 llvm::raw_svector_ostream Out(OutName); in GenerateConstructionVTable() 892 SmallString<256> Name(OutName); in GenerateConstructionVTable() 941 GenerateRelativeVTableAlias(VTable, OutName); in GenerateConstructionVTable()
|
H A D | MicrosoftCXXABI.cpp | 351 SmallString<256> OutName; in getAddrOfVirtualDisplacementMap() local 352 llvm::raw_svector_ostream Out(OutName); in getAddrOfVirtualDisplacementMap() 354 StringRef MangledName = OutName.str(); in getAddrOfVirtualDisplacementMap() 2126 SmallString<256> OutName; in getAddrOfVBTable() local 2127 llvm::raw_svector_ostream Out(OutName); in getAddrOfVBTable() 2129 StringRef Name = OutName.str(); in getAddrOfVBTable()
|
H A D | CodeGenModule.cpp | 1727 std::string OutName; in CreateKCFITypeId() local 1728 llvm::raw_string_ostream Out(OutName); in CreateKCFITypeId() 1732 static_cast<uint32_t>(llvm::xxHash64(OutName))); in CreateKCFITypeId() 6943 std::string OutName; in CreateMetadataIdentifierImpl() local 6944 llvm::raw_string_ostream Out(OutName); in CreateMetadataIdentifierImpl()
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 128 virtual void getNameWithPrefix(SmallVectorImpl<char> &OutName,
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1552 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1561 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix() 1761 SmallVectorImpl<char> &OutName, const GlobalValue *GV, in getNameWithPrefix() argument 1769 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel); in getNameWithPrefix()
|