Home
last modified time | relevance | path

Searched defs:string_view (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h68 LIBC_INLINE constexpr string_view() : Data(nullptr), Len(0) {} in string_view() function
73 LIBC_INLINE constexpr string_view(const char *Str) in string_view() function
77 LIBC_INLINE constexpr string_view(const char *Str, size_t N) in string_view() function
H A Dstring.h122 LIBC_INLINE operator string_view() const { in string_view() function
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dstring_view.h25 typedef basic_string_view<char> string_view; typedef
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__fwd/
H A Dstring_view.h25 typedef basic_string_view<char> string_view; typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h172 explicit operator std::string_view() const { in string_view() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp458 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, in registerObjectSections()
503 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectSections()
651 std::vector<std::pair<std::string_view, ExecutorAddrRange>> in __orc_rt_coff_deregister_object_sections()
652 &Secs) { in __orc_rt_coff_deregister_object_sections()
H A Dmacho_platform.cpp540 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections()
624 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections()
856 JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) { in requestPushSymbols()
871 span<std::pair<std::string_view, bool>> Symbols) { in lookupSymbols()
1399 &Secs) { in __orc_rt_macho_register_object_platform_sections()
1448 &Secs) { in __orc_rt_macho_deregister_object_platform_sections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h86 operator std::string_view() const { in string_view() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h258 constexpr operator std::string_view() const { in string_view() function