HomeSort by relevance Sort by last modified time
    Searched defs:OutName (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 102 SmallString<256> OutName;
103 llvm::raw_svector_ostream Out(OutName);
106 StringRef Name = OutName.str();
CodeGenTBAA.cpp 162 SmallString<256> OutName;
163 llvm::raw_svector_ostream Out(OutName);
166 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
279 SmallString<256> OutName;
280 llvm::raw_svector_ostream Out(OutName);
285 MDHelper.createTBAAStructTypeNode(OutName, Fields);
MicrosoftVBTables.cpp 171 SmallString<256> OutName;
172 llvm::raw_svector_ostream Out(OutName);
176 StringRef Name = OutName.str();
CGRTTI.cpp 115 SmallString<256> OutName;
116 llvm::raw_svector_ostream Out(OutName);
119 StringRef Name = OutName.str();
137 SmallString<256> OutName;
138 llvm::raw_svector_ostream Out(OutName);
141 StringRef Name = OutName.str();
516 SmallString<256> OutName;
517 llvm::raw_svector_ostream Out(OutName);
520 StringRef Name = OutName.str();
    [all...]
CGVTables.cpp 643 SmallString<256> OutName;
644 llvm::raw_svector_ostream Out(OutName);
647 StringRef Name = OutName.str();
697 SmallString<256> OutName;
698 llvm::raw_svector_ostream Out(OutName);
703 StringRef Name = OutName.str();
    [all...]

Completed in 65 milliseconds