Searched refs:OutName (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DMangler.cpp26 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
29 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, argument
44 OutName.append(Prefix, Prefix+strlen(Prefix));
47 OutName.append(Prefix, Prefix+strlen(Prefix));
55 OutName.push_back(Prefix[0]); // Common, one character prefix.
58 OutName.append(Prefix, Prefix+strlen(Prefix));
63 OutName.append(Name.begin(), Name.end());
69 static void AddFastCallStdCallSuffix(SmallVectorImpl<char> &OutName, argument
83 raw_svector_ostream(OutName) << '@' << ArgWords;
87 /// getNameWithPrefix - Fill OutName wit
90 getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV, bool isImplicitlyPrivate, bool UseGlobalPrefix) argument
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DMangler.h51 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
54 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
57 /// getNameWithPrefix - Fill OutName with the name of the appropriate prefix
60 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp155 SmallString<256> OutName;
156 llvm::raw_svector_ostream Out(OutName);
159 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
269 SmallString<256> OutName; local
272 llvm::raw_svector_ostream Out(OutName);
276 OutName = RD->getName();
280 MDHelper.createTBAAStructTypeNode(OutName, Fields);
H A DCGVTT.cpp103 SmallString<256> OutName; local
104 llvm::raw_svector_ostream Out(OutName);
108 StringRef Name = OutName.str();
H A DMicrosoftVBTables.cpp167 SmallString<256> OutName; local
168 llvm::raw_svector_ostream Out(OutName);
173 StringRef Name = OutName.str();
H A DCGRTTI.cpp115 SmallString<256> OutName; local
116 llvm::raw_svector_ostream Out(OutName);
119 StringRef Name = OutName.str();
137 SmallString<256> OutName; local
138 llvm::raw_svector_ostream Out(OutName);
141 StringRef Name = OutName.str();
516 SmallString<256> OutName; local
517 llvm::raw_svector_ostream Out(OutName);
520 StringRef Name = OutName.str();
H A DCGVTables.cpp614 SmallString<256> OutName; local
615 llvm::raw_svector_ostream Out(OutName);
620 StringRef Name = OutName.str();
H A DItaniumCXXABI.cpp1018 SmallString<256> OutName; local
1019 llvm::raw_svector_ostream Out(OutName);
1022 StringRef Name = OutName.str();

Completed in 169 milliseconds