Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h149 struct UnwindInfo { struct
150 uint8_t VersionAndFlags;
151 uint8_t PrologSize;
152 uint8_t NumCodes;
153 uint8_t FrameRegisterAndOffset;
177 /// Return pointer to language specific data part of UnwindInfo. argument
182 /// Return pointer to language specific data part of UnwindInfo. argument
183 const void *getLanguageSpecificData() const { in getLanguageSpecificData()
188 uint32_t getLanguageSpecificHandlerOffset() const { in getLanguageSpecificHandlerOffset()
194 void setLanguageSpecificHandlerOffset(uint32_t offset) { in setLanguageSpecificHandlerOffset()
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp121 static bool UnwindInfo; global() variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp615 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections()
693 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1337 UnwindInfo; registerObjectPlatformSections() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp231 bool objdump::UnwindInfo; global() member in objdump
H A DMachODump.cpp7913 printMachOUnwindInfoSection(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const SectionRef & UnwindInfo) printMachOUnwindInfoSection() argument