llvm::codeview::CallSiteInfoSym

Indirect call site type information (S_CALLSITEINFO).

Synopsis

Declared in <llvm/DebugInfo/CodeView/SymbolRecord.h>

class CallSiteInfoSym
    : public SymbolRecord

Base Classes

NameDescription
SymbolRecordBase class for decoded CodeView symbol records.

Member Functions

NameDescription
CallSiteInfoSym [constructor]Constructors
getKind Return the kind of this symbol record.
getRelocationOffset Return the byte offset of the relocatable code address field.

Data Members

NameDescription
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.