Home
last modified time | relevance | path

Searched refs:UnwindSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp257 struct UnwindSections {
258 UnwindSections(const UnwindSectionInfo &USI)
267 IntervalMap<char *, UnwindSections, IntervalCoalescing::Disabled>;
286 UnwindSectionsMap UnwindSections;
325 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,
328 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,
648 JDS->UnwindSections.insert(CodeRange.Start.toPtr<char *>(), in deregisterObjectPlatformSections()
732 JDS->UnwindSections.erase(CodeRange.Start.toPtr<char *>(),
1025 auto I = JD.UnwindSections.find(reinterpret_cast<char *>(Addr)); in dlopenInitialize()
1026 if (I != JD.UnwindSections in dlopenInitialize()
246 struct UnwindSections { global() struct in __anon3d23d5020211::MachOPlatformRuntimeState
247 UnwindSections__anon3d23d5020211::MachOPlatformRuntimeState::UnwindSections UnwindSections() argument
251 DwarfSection__anon3d23d5020211::MachOPlatformRuntimeState::UnwindSections global() argument
252 CompactUnwindSection__anon3d23d5020211::MachOPlatformRuntimeState::UnwindSections global() argument
269 UnwindSectionsMap UnwindSections; global() member
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h225 struct UnwindSections { struct
263 std::optional<UnwindSections> findUnwindSectionInfo(jitlink::LinkGraph &G);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1248 std::optional<MachOPlatform::MachOPlatformPlugin::UnwindSections>
1253 UnwindSections US; in findUnwindSectionInfo()