Searched refs:toNullTerminatedStringRef (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc373 StringRef p = path.toNullTerminatedStringRef(path_storage);
384 StringRef p = path.toNullTerminatedStringRef(path_storage);
400 StringRef f = from.toNullTerminatedStringRef(from_storage);
401 StringRef t = to.toNullTerminatedStringRef(to_storage);
413 StringRef f = from.toNullTerminatedStringRef(from_storage);
414 StringRef t = to.toNullTerminatedStringRef(to_storage);
424 StringRef p = path.toNullTerminatedStringRef(path_storage);
554 StringRef f = from.toNullTerminatedStringRef(from_storage);
555 StringRef t = to.toNullTerminatedStringRef(to_storage);
599 StringRef P = Path.toNullTerminatedStringRef(PathStorag
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { function in class:Twine
H A DPath.cpp834 StringRef P = Model.toNullTerminatedStringRef(Storage);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc97 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp182 StringRef P = llvm::Twine(Path).toNullTerminatedStringRef(Storage);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp189 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage);
215 Code.toNullTerminatedStringRef(CodeStorage)));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h467 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
H A DStringExtras.h209 StringRef S = T.toNullTerminatedStringRef(Storage);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h176 llvm::StringRef ref = twine.toNullTerminatedStringRef(storage);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp879 StringRef nullTermSym = Twine(symbolName).toNullTerminatedStringRef(symBuff);

Completed in 94 milliseconds