Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__fwd/
H A Dstring_view.h25 typedef basic_string_view<char> string_view; typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h171 // Explicitly convert \class ConstString instances to \class std::string_view. in string_view() function
/freebsd-src/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.cpp616 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-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h82 operator std::string_view() const { in string_view() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h248 constexpr operator std::string_view() const { string_view() function