Home
last modified time | relevance | path

Searched refs:toNullTerminatedStringRef (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc384 StringRef p = path.toNullTerminatedStringRef(path_storage);
395 StringRef p = path.toNullTerminatedStringRef(path_storage);
411 StringRef f = from.toNullTerminatedStringRef(from_storage);
412 StringRef t = to.toNullTerminatedStringRef(to_storage);
424 StringRef f = from.toNullTerminatedStringRef(from_storage);
425 StringRef t = to.toNullTerminatedStringRef(to_storage);
566 StringRef t = to.toNullTerminatedStringRef(to_storage);
610 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
991 StringRef P = Name.toNullTerminatedStringRef(Storage);
1128 StringRef P = Name.toNullTerminatedStringRef(Storage);
[all …]
H A DThreading.inc161 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp37 StringRef Twine::toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const { in toNullTerminatedStringRef() function in Twine
H A DPath.cpp841 StringRef P = Model.toNullTerminatedStringRef(Storage); in createTemporaryFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp182 StringRef P = llvm::Twine(Path).toNullTerminatedStringRef(Storage); in createFSEventStream()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp208 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); in runToolOnCodeWithArgs()
234 Code.toNullTerminatedStringRef(CodeStorage))); in runToolOnCodeWithArgs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h489 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
H A DStringExtras.h256 StringRef S = T.toNullTerminatedStringRef(Storage); in to_float()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc100 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h176 llvm::StringRef ref = twine.toNullTerminatedStringRef(storage); in NullTerminated()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp879 StringRef nullTermSym = Twine(symbolName).toNullTerminatedStringRef(symBuff); in demangle()