HomeSort by: relevance | last modified time | path
    Searched refs:toVector (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileUtilities.h 50 filename.toVector(Filename);
70 filename.toVector(Filename);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmParser.cpp 103 Msg.toVector(PErr.Msg);
120 Suffix.toVector(PErr.Msg);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Twine.cpp 32 void Twine::toVector(SmallVectorImpl<char> &Out) const {
51 toVector(Out);
VirtualFileSystem.cpp 271 Path.toVector(Storage);
322 adjustPath(Path, Storage).toVector(Absolute);
722 P.toVector(Path);
830 P.toVector(Path);
972 P.toVector(Path);
993 Path.toVector(Output);
1145 Path.toVector(AbsolutePath);
1155 Path_.toVector(Path);
1195 Dir.toVector(Path);
1961 Path_.toVector(Path)
    [all...]
Path.cpp 533 (Twine(NewPrefix) + RelPath).toVector(NewPath);
544 path.toVector(result);
794 Model.toVector(ModelStorage);
915 current_directory.toVector(current_dir);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 435 void toVector(SmallVectorImpl<char> &Out) const;
458 toVector(Out);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 75 Path8.toVector(Path8Str);
1381 path.toVector(dest);
1395 path.toVector(Storage);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 919 .toVector(Str);
933 .toVector(Str);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 687 path.toVector(dest);
1276 path.toVector(Storage);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 127 Twine(No).toVector(Prefix);
CGObjCMac.cpp 7197 Name.toVector(TmpName);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp 390 Twine(Index).toVector(Name);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 404 T.toVector(CommentToEmit);
WinCOFFObjectWriter.cpp 465 Twine('/').concat(Twine(StringTableEntry)).toVector(Buffer);

Completed in 77 milliseconds