Lines Matching defs:string_view
28 #include <string_view>
112 void *dlopen(std::string_view Name, int Mode);
114 void *dlsym(void *Header, std::string_view Symbol);
123 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs,
127 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs);
140 Expected<void *> dlopenImpl(std::string_view Path, int Mode);
148 JITDylibState *getJITDylibStateByName(std::string_view Path);
150 std::string_view Symbol);
161 std::unordered_map<std::string_view, void *> JDNameToHeader;
178 COFFPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) {
253 void *COFFPlatformRuntimeState::dlopen(std::string_view Path, int Mode) {
287 void *COFFPlatformRuntimeState::dlsym(void *Header, std::string_view Symbol) {
296 Expected<void *> COFFPlatformRuntimeState::dlopenImpl(std::string_view Path,
446 std::string_view Sym) {
458 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs,
503 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) {
637 std::vector<std::pair<std::string_view, ExecutorAddrRange>>
651 std::vector<std::pair<std::string_view, ExecutorAddrRange>>