Searched defs:toStringRef (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h52 inline StringRef toStringRef(bool B) { return StringRef(B ? "true" : "false"); } function in namespace:llvm
55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { function in namespace:llvm
H A DTwine.h455 StringRef toStringRef(SmallVectorImpl<char> &Out) const { function in class:llvm::Twine
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h172 inline StringRef toStringRef(const Optional<DWARFFormValue> &V, function in namespace:llvm::dwarf

Completed in 141 milliseconds