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

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h217 class ScopeEndSym : public SymbolRecord { class in namespace:llvm::codeview
219 ScopeEndSym(SymbolRecordKind Kind, uint32_t RecordOffset) function in class:llvm::codeview::ScopeEndSym
222 static ErrorOr<ScopeEndSym> deserialize(SymbolRecordKind Kind,
225 return ScopeEndSym(Kind, RecordOffset);

Completed in 136 milliseconds