LLVM API Documentation
#include <ARMTargetAsmInfo.h>
Inheritance diagram for llvm::ARMTargetAsmInfo:


Public Member Functions | |
| ARMTargetAsmInfo (const ARMTargetMachine &TM) | |
| virtual unsigned | getInlineAsmLength (const char *Str) const |
| ARM-specific version of TargetAsmInfo::getInlineAsmLength. | |
| unsigned | countArguments (const char *p) const |
| unsigned | countString (const char *p) const |
Public Attributes | |
| const ARMSubtarget * | Subtarget |
|
|
Definition at line 45 of file ARMTargetAsmInfo.cpp. |
|
|
Count the number of comma-separated arguments. Do not try to detect errors. Definition at line 150 of file ARMTargetAsmInfo.cpp. Referenced by getInlineAsmLength(). |
|
|
Count the length of a string enclosed in quote characters. Do not try to detect errors. Definition at line 166 of file ARMTargetAsmInfo.cpp. Referenced by getInlineAsmLength(). |
|
|
ARM-specific version of TargetAsmInfo::getInlineAsmLength.
Reimplemented from llvm::TargetAsmInfo. Definition at line 178 of file ARMTargetAsmInfo.cpp. References countArguments(), countString(), llvm::ARMSubtarget::isTargetDarwin(), llvm::ARMSubtarget::isThumb(), and Subtarget. |
|
|
Definition at line 31 of file ARMTargetAsmInfo.h. Referenced by getInlineAsmLength(). |