Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCaching.cpp36 CacheNameRef.toVector(CacheName); in localCache()
37 TempFilePrefixRef.toVector(TempFilePrefix); in localCache()
38 CacheDirectoryPathRef.toVector(CacheDirectoryPath); in localCache()
H A DTwine.cpp32 void Twine::toVector(SmallVectorImpl<char> &Out) const { in toVector() function in Twine
51 toVector(Out); in toNullTerminatedStringRef()
H A DVirtualFileSystem.cpp289 Path.toVector(Storage); in adjustPath()
340 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
822 P.toVector(Path); in addFile()
931 P.toVector(Path); in lookupNode()
1030 NewLink.toVector(NewLinkStr); in addSymbolicLink()
1031 Target.toVector(TargetStr); in addSymbolicLink()
1136 P.toVector(Path); in setCurrentWorkingDirectory()
1157 Path.toVector(Output); in getRealPath()
1326 Path.toVector(AbsolutePath); in setCurrentWorkingDirectory()
1336 Path_.toVector(Path); in isLocal()
[all …]
H A DPath.cpp535 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
546 path.toVector(result); in native()
799 Model.toVector(ModelStorage); in createUniquePath()
919 current_directory.toVector(current_dir); in make_absolute()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileUtilities.h50 filename.toVector(Filename); in DeleteIt()
70 filename.toVector(Filename);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPrintPasses.cpp223 ("--old-line-format=" + OldLineFormat).toVector(OLF); in doSystemDiff()
224 ("--new-line-format=" + NewLineFormat).toVector(NLF); in doSystemDiff()
225 ("--unchanged-line-format=" + UnchangedLineFormat).toVector(ULF); in doSystemDiff()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp105 Msg.toVector(PErr.Msg); in Error()
122 Suffix.toVector(PErr.Msg); in addErrorSuffix()
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DCOFF.cpp43 Twine('/').concat(Twine(Offset)).toVector(Buffer); in encodeSectionName()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DTwine.h451 void toVector(SmallVectorImpl<char> &Out) const;
476 toVector(Out); in toStringRef()
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp176 (llvm::Twine("/proc/") + llvm::Twine(pid) + "/exe").toVector(ProcExe); in GetExePathAndArch()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp1078 .toVector(Str); in ExecuteAction()
1092 .toVector(Str); in ExecuteAction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp127 Twine(No).toVector(Prefix); in buildSuspendPrefixStr()
H A DCGObjCMac.cpp7172 Name.toVector(TmpName); in EmitProtocolList()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp390 Twine(Index).toVector(Name); in mapping()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc75 Path8.toVector(Path8Str);
1384 path.toVector(dest);
1398 path.toVector(Storage);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp325 partial_name.toVector(CompletionBuffer); in DiskFilesOrDirectories()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc699 path.toVector(dest);
1310 path.toVector(Storage);
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp447 .toVector(UnknownType); in getSectionFileOffsetToRawData()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp62 (f->archiveName + "(" + f->getName() + ")").toVector(f->toStringCache); in toString()
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp225 val.toVector(ltoPolicy); in getLTOCachePolicy()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp422 T.toVector(CommentToEmit); in AddComment()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp3615 Path.toVector(Result); in getDefaultModuleCachePath()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7440 FilenameDSYM.toVector(Path); in getMachODSymObject()