LLVM  4.0.0
Functions
Dwarf constants parsing functions

These functions map their strings back to the corresponding enumeration value or return 0 if there is none, except for these exceptions: More...

Functions

unsigned llvm::dwarf::getTag (StringRef TagString)
 
unsigned llvm::dwarf::getOperationEncoding (StringRef OperationEncodingString)
 
unsigned llvm::dwarf::getVirtuality (StringRef VirtualityString)
 
unsigned llvm::dwarf::getLanguage (StringRef LanguageString)
 
unsigned llvm::dwarf::getCallingConvention (StringRef LanguageString)
 
unsigned llvm::dwarf::getAttributeEncoding (StringRef EncodingString)
 
unsigned llvm::dwarf::getMacinfo (StringRef MacinfoString)
 

Detailed Description

These functions map their strings back to the corresponding enumeration value or return 0 if there is none, except for these exceptions:

Function Documentation

unsigned llvm::dwarf::getAttributeEncoding ( StringRef  EncodingString)

Definition at line 101 of file Dwarf.cpp.

References HANDLE_DW_ATE.

unsigned llvm::dwarf::getCallingConvention ( StringRef  LanguageString)

Definition at line 207 of file Dwarf.cpp.

References HANDLE_DW_CC.

unsigned llvm::dwarf::getLanguage ( StringRef  LanguageString)

Definition at line 179 of file Dwarf.cpp.

References HANDLE_DW_LANG, and llvm::dwarf::LanguageString().

unsigned llvm::dwarf::getMacinfo ( StringRef  MacinfoString)
unsigned llvm::dwarf::getOperationEncoding ( StringRef  OperationEncodingString)
unsigned llvm::dwarf::getTag ( StringRef  TagString)
unsigned llvm::dwarf::getVirtuality ( StringRef  VirtualityString)