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

/external/llvm/include/llvm/IR/
H A DMangler.h56 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
63 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const Twine &GVName,
/external/llvm/lib/IR/
H A DMangler.cpp52 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, argument
55 raw_svector_ostream OS(OutName);
139 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName, argument
142 raw_svector_ostream OS(OutName);
/external/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.cpp104 SmallString<256> OutName; local
105 llvm::raw_svector_ostream Out(OutName);
109 StringRef Name = OutName.str();
H A DCGVTables.cpp565 SmallString<256> OutName; local
566 llvm::raw_svector_ostream Out(OutName);
571 StringRef Name = OutName.str();
H A DItaniumCXXABI.cpp1306 SmallString<256> OutName; local
1307 llvm::raw_svector_ostream Out(OutName);
1310 StringRef Name = OutName.str();
2074 SmallString<256> OutName; local
2075 llvm::raw_svector_ostream Out(OutName);
2078 StringRef Name = OutName.str();
2097 SmallString<256> OutName; local
2098 llvm::raw_svector_ostream Out(OutName);
2101 StringRef Name = OutName.str();
2477 SmallString<256> OutName; local
[all...]
H A DMicrosoftCXXABI.cpp1513 SmallString<256> OutName; local
1514 llvm::raw_svector_ostream Out(OutName);
1517 StringRef Name = OutName.str();

Completed in 117 milliseconds