LLVM
15.0.0git
|
These functions return an identifier describing "who" defined the constant, either the DWARF standard itself or the vendor who defined the extension. More...
Functions | |
unsigned | llvm::dwarf::TagVendor (Tag T) |
unsigned | llvm::dwarf::AttributeVendor (Attribute A) |
unsigned | llvm::dwarf::FormVendor (Form F) |
unsigned | llvm::dwarf::OperationVendor (LocationAtom O) |
unsigned | llvm::dwarf::AttributeEncodingVendor (TypeKind E) |
unsigned | llvm::dwarf::LanguageVendor (SourceLanguage L) |
These functions return an identifier describing "who" defined the constant, either the DWARF standard itself or the vendor who defined the extension.
unsigned llvm::dwarf::AttributeEncodingVendor | ( | dwarf::TypeKind | ATE | ) |
unsigned llvm::dwarf::AttributeVendor | ( | dwarf::Attribute | Attribute | ) |
unsigned llvm::dwarf::FormVendor | ( | dwarf::Form | Form | ) |
Definition at line 127 of file Dwarf.cpp.
Referenced by llvm::dwarf::isValidFormForVersion().
unsigned llvm::dwarf::LanguageVendor | ( | dwarf::SourceLanguage | Lang | ) |
unsigned llvm::dwarf::OperationVendor | ( | dwarf::LocationAtom | Op | ) |
unsigned llvm::dwarf::TagVendor | ( | dwarf::Tag | Tag | ) |