Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__fwd/
H A Dstring_view.h25 typedef basic_string_view<char> string_view; typedef
/openbsd-src/gnu/llvm/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()
652 std::vector<std::pair<std::string_view, ExecutorAddrRange>> in __orc_rt_coff_deregister_object_sections()
653 &Secs) { in __orc_rt_coff_deregister_object_sections()
H A Dmacho_platform.cpp528 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections()
616 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections()
1347 std::vector<std::pair<std::string_view, ExecutorAddrRange>> in __orc_rt_macho_deregister_object_platform_sections()
1348 &Secs) { in __orc_rt_macho_deregister_object_platform_sections()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringRef.h248 operator std::string_view() const { in string_view() function