Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h153 /// UnwindInfo - An entry in the exception table. argument
182 /// Return pointer to language specific data part of UnwindInfo. argument
149 struct UnwindInfo { global() struct
150 VersionAndFlagsUnwindInfo global() argument
151 PrologSizeUnwindInfo global() argument
152 NumCodesUnwindInfo global() argument
177 getFrameOffsetUnwindInfo global() argument
183 getLanguageSpecificDataUnwindInfo getLanguageSpecificData() argument
188 getLanguageSpecificHandlerOffsetUnwindInfo getLanguageSpecificHandlerOffset() argument
194 setLanguageSpecificHandlerOffsetUnwindInfo setLanguageSpecificHandlerOffset() argument
200 getExceptionDataUnwindInfo getExceptionData() argument
206 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument
211 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument
/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp122 static bool UnwindInfo; global() variable
/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp615 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument
693 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1383 UnwindInfo; registerObjectPlatformSections() local
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp347 bool objdump::UnwindInfo; global() member in objdump
H A DMachODump.cpp8025 printMachOUnwindInfoSection(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const SectionRef & UnwindInfo) printMachOUnwindInfoSection() argument