Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileUtilities.h48 filename.toVector(Filename); in DeleteIt()
68 filename.toVector(Filename);
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp92 Msg.toVector(PErr.Msg); in Error()
109 Suffix.toVector(PErr.Msg); in addErrorSuffix()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTwine.cpp33 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
52 toVector(Out); in toNullTerminatedStringRef()
H A DPath.cpp174 Model.toVector(ModelStorage); in createUniqueEntity()
553 path.toVector(result); in native()
866 current_directory.toVector(current_dir); in make_absolute()
H A DVirtualFileSystem.cpp655 P.toVector(Path); in addFile()
765 P.toVector(Path); in lookupInMemoryNode()
907 P.toVector(Path); in setCurrentWorkingDirectory()
928 Path.toVector(Output); in getRealPath()
1558 Path_.toVector(Path); in lookupPath()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTwine.h433 void toVector(SmallVectorImpl<char> &Out) const;
456 toVector(Out); in toStringRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp886 .toVector(Str); in ExecuteAction()
900 .toVector(Str); in ExecuteAction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp305 Twine(StructTy->getNumElements()).toVector(NameStr); in createStructCounterName()
309 Twine(StructTy->getElementType(i)->getTypeID()).toVector(NameStr); in createStructCounterName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp99 partial_name.toVector(CompletionBuffer); in DiskFilesOrDirectories()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCoroutine.cpp128 Twine(No).toVector(Prefix); in buildSuspendPrefixStr()
H A DCGObjCMac.cpp6945 Name.toVector(TmpName); in EmitProtocolList()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc77 Path8.toVector(Path8Str);
1261 path.toVector(dest);
1275 path.toVector(Storage);
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc559 path.toVector(dest);
965 path.toVector(Storage);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp455 Twine('/').concat(Twine(StringTableEntry)).toVector(Buffer); in SetSectionName()
H A DMCAsmStreamer.cpp342 T.toVector(CommentToEmit); in AddComment()