Lines Matching defs:string_view
28 #include <string_view>
187 std::unordered_map<std::string_view,
241 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs);
244 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs);
247 void *dlopen(std::string_view Name, int Mode);
263 JITDylibState *getJITDylibStateByName(std::string_view Path);
269 span<std::pair<std::string_view, bool>> Symbols);
277 span<std::pair<std::string_view, bool>> Symbols);
292 Expected<void *> dlopenImpl(std::string_view Path, int Mode);
322 std::unordered_map<std::string_view, void *> JDNameToHeader;
540 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) {
618 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) {
698 void *MachOPlatformRuntimeState::dlopen(std::string_view Path, int Mode) {
758 std::pair<std::string_view, bool> Lookup(MangledName, false);
841 MachOPlatformRuntimeState::getJITDylibStateByName(std::string_view Name) {
850 JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) {
865 span<std::pair<std::string_view, bool>> Symbols) {
887 std::vector<std::pair<std::string_view, bool>> MissingSymbols;
1051 Expected<void *> MachOPlatformRuntimeState::dlopenImpl(std::string_view Path,
1392 std::vector<std::pair<std::string_view, ExecutorAddrRange>>
1441 std::vector<std::pair<std::string_view, ExecutorAddrRange>>