Searched defs:UnwindInfo (Results 1 – 6 of 6) sorted by relevance
148 struct UnwindInfo { struct149 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. argument182 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 …]
527 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections()615 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections()
127 static bool UnwindInfo; variable
1209 UnwindInfo; in registerObjectPlatformSections() local
234 bool objdump::UnwindInfo; member in objdump
8323 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection()