| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Object/XCOFFObjectFile.h"
Public Member Functions | |
| uint32_t | getSymbolIndex () const | 
| uint64_t | getTrapInstAddr () const | 
| uint8_t | getLangID () const | 
| uint8_t | getReason () const | 
Public Attributes | |
| union { | |
| support::ubig32_t SymbolIdx | |
| AddressType TrapInstAddr | |
| }; | |
| uint8_t | LangId | 
| uint8_t | Reason | 
Definition at line 297 of file XCOFFObjectFile.h.
      
  | 
  inline | 
Definition at line 315 of file XCOFFObjectFile.h.
      
  | 
  inline | 
Definition at line 316 of file XCOFFObjectFile.h.
      
  | 
  inline | 
Definition at line 305 of file XCOFFObjectFile.h.
      
  | 
  inline | 
Definition at line 311 of file XCOFFObjectFile.h.
| union { ... } llvm::object::ExceptionSectionEntry< AddressType > | 
| uint8_t llvm::object::ExceptionSectionEntry< AddressType >::LangId | 
Definition at line 302 of file XCOFFObjectFile.h.
| uint8_t llvm::object::ExceptionSectionEntry< AddressType >::Reason | 
Definition at line 303 of file XCOFFObjectFile.h.
| support::ubig32_t llvm::object::ExceptionSectionEntry< AddressType >::SymbolIdx | 
Definition at line 299 of file XCOFFObjectFile.h.
| AddressType llvm::object::ExceptionSectionEntry< AddressType >::TrapInstAddr | 
Definition at line 300 of file XCOFFObjectFile.h.