Home
last modified time | relevance | path

Searched refs:toVector (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h50 filename.toVector(Filename); in DeleteIt()
70 filename.toVector(Filename);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp103 Msg.toVector(PErr.Msg); in Error()
120 Suffix.toVector(PErr.Msg); in addErrorSuffix()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
51 toVector(Out); in toNullTerminatedStringRef()
H A DVirtualFileSystem.cpp271 Path.toVector(Storage); in adjustPath()
722 P.toVector(Path); in addFile()
830 P.toVector(Path); in lookupInMemoryNode()
972 P.toVector(Path); in setCurrentWorkingDirectory()
993 Path.toVector(Output); in getRealPath()
1145 Path.toVector(AbsolutePath); in setCurrentWorkingDirectory()
1155 Path_.toVector(Path); in isLocal()
1195 Dir.toVector(Path); in dir_begin()
1962 Path_.toVector(Path); in status()
2008 Path_.toVector(Path); in openFileForRead()
[all …]
H A DPath.cpp533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
544 path.toVector(result); in native()
794 Model.toVector(ModelStorage); in createUniquePath()
915 current_directory.toVector(current_dir); in make_absolute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h455 void toVector(SmallVectorImpl<char> &Out) const;
480 toVector(Out); in toStringRef()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp941 .toVector(Str); in ExecuteAction()
955 .toVector(Str); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp127 Twine(No).toVector(Prefix); in buildSuspendPrefixStr()
H A DCGObjCMac.cpp7197 Name.toVector(TmpName); in EmitProtocolList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp390 Twine(Index).toVector(Name); in mapping()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp323 partial_name.toVector(CompletionBuffer); in DiskFilesOrDirectories()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc75 Path8.toVector(Path8Str);
1376 path.toVector(dest);
1390 path.toVector(Storage);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp465 Twine('/').concat(Twine(StringTableEntry)).toVector(Buffer); in SetSectionName()
H A DMCAsmStreamer.cpp410 T.toVector(CommentToEmit); in AddComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc693 path.toVector(dest);
1282 path.toVector(Storage);
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.cpp203 val.toVector(ltoPolicy); in getLTOCachePolicy()