Lines Matching refs:span

175     void add(span<RecordElement> Sec) { New.push_back(std::move(Sec)); }  in add()
186 std::invoke_result_t<ProcessSectionFunc, span<RecordElement>>>>
200 span<RecordElement>>>,
239 bool removeIfPresent(std::vector<span<RecordElement>> &V, in removeIfPresent()
243 [RS = R.toSpan<RecordElement>()](const span<RecordElement> &E) { in removeIfPresent()
253 std::vector<span<RecordElement>> Processed;
254 std::vector<span<RecordElement>> New;
262 span<char> DwarfSection;
263 span<char> CompactUnwindSection;
314 Error registerThreadDataSection(span<const char> ThreadDataSection);
315 Error deregisterThreadDataSection(span<const char> ThreadDataSection);
353 span<std::pair<std::string_view, bool>> Symbols);
360 span<std::pair<ExecutorAddr, MachOExecutorSymbolFlags>> Result,
361 span<std::pair<std::string_view, bool>> Symbols);
367 static Error registerEHFrames(span<const char> EHFrameSection);
368 static Error deregisterEHFrames(span<const char> EHFrameSection);
548 span<const char> ThreadDataSection) { in registerThreadDataSection()
562 span<const char> ThreadDataSection) { in deregisterThreadDataSection()
912 JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) { in requestPushSymbols()
926 span<std::pair<ExecutorAddr, MachOExecutorSymbolFlags>> Result, in lookupSymbols()
927 span<std::pair<std::string_view, bool>> Symbols) { in lookupSymbols()
997 void walkEHFrameSection(span<const char> EHFrameSection, in walkEHFrameSection()
1050 span<const char> EHFrameSection) { in registerEHFrames()
1056 span<const char> EHFrameSection) { in deregisterEHFrames()
1067 [&](span<char> RegObj) { RegObjBases.push_back(RegObj.data()); }); in registerObjCRegistrationObjects()
1090 std::vector<span<void (*)()>> InitSections; in runModInits()
1098 [&](span<void (*)()> Inits) { InitSections.push_back(Inits); }); in runModInits()