Searched defs:UnwindInfo (Results 1 – 6 of 6) sorted by relevance
149 struct UnwindInfo { struct150 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. argument182 /// Return pointer to language specific data part of UnwindInfo. argument183 const void *getLanguageSpecificData() const { in getLanguageSpecificData()188 uint32_t getLanguageSpecificHandlerOffset() const { in getLanguageSpecificHandlerOffset()194 void setLanguageSpecificHandlerOffset(uint32_t offset) { in setLanguageSpecificHandlerOffset()[all …]
121 static bool UnwindInfo; global() variable
615 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections()693 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections()
1337 UnwindInfo; registerObjectPlatformSections() local
231 bool objdump::UnwindInfo; global() member in objdump
7913 printMachOUnwindInfoSection(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const SectionRef & UnwindInfo) printMachOUnwindInfoSection() argument