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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc95 StringRef NameStr = Name.toNullTerminatedStringRef(Storage);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc352 StringRef p = path.toNullTerminatedStringRef(path_storage);
363 StringRef p = path.toNullTerminatedStringRef(path_storage);
379 StringRef f = from.toNullTerminatedStringRef(from_storage);
380 StringRef t = to.toNullTerminatedStringRef(to_storage);
392 StringRef f = from.toNullTerminatedStringRef(from_storage);
393 StringRef t = to.toNullTerminatedStringRef(to_storage);
403 StringRef p = path.toNullTerminatedStringRef(path_storage);
529 StringRef f = from.toNullTerminatedStringRef(from_storage);
530 StringRef t = to.toNullTerminatedStringRef(to_storage);
574 StringRef P = Path.toNullTerminatedStringRef(PathStorag
[all...]
/freebsd-12-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.cpp819 StringRef P = Model.toNullTerminatedStringRef(Storage);
/freebsd-12-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp171 StringRef P = llvm::Twine(Path).toNullTerminatedStringRef(Storage);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp187 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage);
213 Code.toNullTerminatedStringRef(CodeStorage)));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h467 StringRef toNullTerminatedStringRef(SmallVectorImpl<char> &Out) const;
H A DStringExtras.h201 StringRef S = T.toNullTerminatedStringRef(Storage);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h174 llvm::StringRef ref = twine.toNullTerminatedStringRef(storage);
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp873 StringRef nullTermSym = Twine(symbolName).toNullTerminatedStringRef(symBuff);

Completed in 64 milliseconds