Searched defs:string_view (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | string_view.h | 25 typedef basic_string_view<char> string_view; typedef
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 171 operator std::string_view() const { return std::string_view(m_string, GetLength()); } in string_view() function
|
| /freebsd-14.2/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 | 616 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections() 694 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections() 912 JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) { in requestPushSymbols() 927 span<std::pair<std::string_view, bool>> Symbols) { in lookupSymbols() 1389 &Secs) { in __orc_rt_macho_register_object_platform_sections() 1438 &Secs) { in __orc_rt_macho_deregister_object_platform_sections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Utility.h | 82 operator std::string_view() const { in string_view() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 248 constexpr operator std::string_view() const { in string_view() function
|