Searched defs:SymbolRecord (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h1 //===- SymbolRecord.h -------------------------------------------*- C++ -*-===//
31 class SymbolRecord { class in namespace:llvm::codeview
33 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} function in class:llvm::codeview::SymbolRecord
44 class ProcSym : public SymbolRecord {
62 : SymbolRecord(Kind), RecordOffset(RecordOffset), Header(*H), Name(Name) {
85 class Thunk32Sym : public SymbolRecord {
101 : SymbolRecord(Kind), RecordOffset(RecordOffset), Header(*H), Name(Name),
123 class TrampolineSym : public SymbolRecord {
135 : SymbolRecord(Kind), RecordOffset(RecordOffset), Header(*H) {}
152 class SectionSym : public SymbolRecord {
[all...]

Completed in 254 milliseconds