Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h32 struct SymbolRecord { struct
33 std::shared_ptr<detail::SymbolRecordBase> Symbol; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h31 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} in SymbolRecord() function
[all...]