Searched defs:string_view (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | string_view.h | 68 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 D | string.h | 122 LIBC_INLINE operator string_view() const { in string_view() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | string_view.h | 25 typedef basic_string_view<char> string_view; typedef
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__fwd/ |
| H A D | string_view.h | 25 typedef basic_string_view<char> string_view; typedef
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 172 explicit operator std::string_view() const { in string_view() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 458 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 D | macho_platform.cpp | 540 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 D | Utility.h | 86 operator std::string_view() const { in string_view() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 258 constexpr operator std::string_view() const { in string_view() function
|