Indirect call site type information (S_CALLSITEINFO).
Declared in <llvm/DebugInfo/CodeView/SymbolRecord.h>
class CallSiteInfoSym
: public SymbolRecord
| Name | Description |
|---|---|
SymbolRecord | Base class for decoded CodeView symbol records. |
| Name | Description |
|---|---|
CallSiteInfoSym [constructor] | Constructors |
getKind | Return the kind of this symbol record. |
getRelocationOffset | Return the byte offset of the relocatable code address field. |
| Name | Description |
|---|---|
CodeOffset | Offset of the call site within Segment. |
Kind | Kind of this CodeView symbol record. |
RecordOffset | Byte offset of this record in the symbol stream. |
Segment | Segment containing the call site. |
Type | Type index of the called function type. |