Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__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 registerObjectSections(ExecutorAddr HeaderAddr,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs,bool RunInitializers) registerObjectSections() argument
503 deregisterObjectSections(ExecutorAddr HeaderAddr,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectSections() argument
652 __anonc1d160b80402(ExecutorAddr HeaderAddr, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs, bool RunInitializers) __orc_rt_coff_deregister_object_sections() argument
653 __anonc1d160b80502(ExecutorAddr HeaderAddr, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_coff_deregister_object_sections() argument
[all...]
H A Dmacho_platform.cpp497 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument
575 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument
1204 __anon3d23d5020a02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument
1205 __anon3d23d5020b02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h84 operator std::string_view() const { string_view() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h241 constexpr operator std::string_view() const { in string_view() function