Searched defs:UnwindInfo (Results 1 – 6 of 6) sorted by relevance
148 /// UnwindInfo - An entry in the exception table. struct 149 struct UnwindInfo { argument 182 /// Return pointer to language specific data part of UnwindInfo. in getLanguageSpecificData() argument 150 PrologSizeUnwindInfo global() argument 151 NumCodesUnwindInfo global() argument 152 FrameRegisterAndOffsetUnwindInfo global() argument 176 getFrameOffsetUnwindInfo global() argument 181 getLanguageSpecificDataUnwindInfo global() argument 187 getLanguageSpecificHandlerOffsetUnwindInfo getLanguageSpecificHandlerOffset() argument 193 setLanguageSpecificHandlerOffsetUnwindInfo setLanguageSpecificHandlerOffset() argument 199 getExceptionDataUnwindInfo getExceptionData() argument 205 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument 210 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument
496 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument 574 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument [all...]
122 static bool UnwindInfo; variable
1383 UnwindInfo; in registerObjectPlatformSections() local
347 bool objdump::UnwindInfo; member in objdump
8025 const SectionRef &UnwindInfo) { in printMachOUnwindInfoSection()