Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DWin64EH.h148 struct UnwindInfo { struct
149 uint8_t VersionAndFlags;
150 uint8_t PrologSize;
151 uint8_t NumCodes;
152 uint8_t FrameRegisterAndOffset;
176 /// Return pointer to language specific data part of UnwindInfo. argument
182 const void *getLanguageSpecificData() const { in getLanguageSpecificData()
187 uint32_t getLanguageSpecificHandlerOffset() const { in getLanguageSpecificHandlerOffset()
193 void setLanguageSpecificHandlerOffset(uint32_t offset) { in setLanguageSpecificHandlerOffset()
199 void *getExceptionData() { in getExceptionData()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp527 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections()
615 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp127 static bool UnwindInfo; variable
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1209 UnwindInfo; in registerObjectPlatformSections() local
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp234 bool objdump::UnwindInfo; member in objdump
H A DMachODump.cpp8323 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection()