Home
last modified time | relevance | path

Searched defs:UnwindInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h148 /// UnwindInfo - An entry in the exception table. struct
149 struct UnwindInfo { argument
182 /// Return pointer to language specific data part of UnwindInfo. in getLanguageSpecificData() argument
150 PrologSizeUnwindInfo global() argument
151 NumCodesUnwindInfo global() argument
152 FrameRegisterAndOffsetUnwindInfo global() argument
176 getFrameOffsetUnwindInfo global() argument
181 getLanguageSpecificDataUnwindInfo global() argument
187 getLanguageSpecificHandlerOffsetUnwindInfo getLanguageSpecificHandlerOffset() argument
193 setLanguageSpecificHandlerOffsetUnwindInfo setLanguageSpecificHandlerOffset() argument
199 getExceptionDataUnwindInfo getExceptionData() argument
205 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument
210 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp496 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument
574 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp122 static bool UnwindInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1383 UnwindInfo; in registerObjectPlatformSections() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp347 bool objdump::UnwindInfo; member in objdump
H A DMachODump.cpp8025 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection()