Searched defs:UnwindInfo (Results 1 – 6 of 6) sorted by relevance
153 /// UnwindInfo - An entry in the exception table. argument 182 /// Return pointer to language specific data part of UnwindInfo. argument 149 struct UnwindInfo { global() struct 150 VersionAndFlagsUnwindInfo global() argument 151 PrologSizeUnwindInfo global() argument 152 NumCodesUnwindInfo global() argument 177 getFrameOffsetUnwindInfo global() argument 183 getLanguageSpecificDataUnwindInfo getLanguageSpecificData() argument 188 getLanguageSpecificHandlerOffsetUnwindInfo getLanguageSpecificHandlerOffset() argument 194 setLanguageSpecificHandlerOffsetUnwindInfo setLanguageSpecificHandlerOffset() argument 200 getExceptionDataUnwindInfo getExceptionData() argument 206 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument 211 getChainedFunctionEntryUnwindInfo getChainedFunctionEntry() argument
122 static bool UnwindInfo; global() variable
615 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument 693 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument [all...]
1383 UnwindInfo; registerObjectPlatformSections() local
347 bool objdump::UnwindInfo; global() member in objdump
8025 printMachOUnwindInfoSection(const MachOObjectFile * Obj,std::map<uint64_t,SymbolRef> & Symbols,const SectionRef & UnwindInfo) printMachOUnwindInfoSection() argument