Searched refs:KnownRecord (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CVTypeVisitor.cpp | 27 T KnownRecord(RK); in visitKnownRecord() local 28 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) in visitKnownRecord() 37 T KnownRecord(RK); in visitKnownMember() local 38 if (auto EC = Callbacks.visitKnownMember(Record, KnownRecord)) in visitKnownMember()
|
H A D | CVSymbolVisitor.cpp | 28 T KnownRecord(RK); in visitKnownRecord() local 29 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 449 T KnownRecord(RK); in visitKnownMember() 450 if (Error Err = Callbacks.visitKnownMember(Record, KnownRecord)) in visitKnownMember() 452 if (Error Err = visitKnownMember(Record, KnownRecord, TI, Element)) in visitKnownMember() 460 T KnownRecord(RK); in visitKnownRecord() 462 const_cast<CVType &>(Record), KnownRecord)) in visitKnownRecord() 464 if (Error Err = visitKnownRecord(Record, KnownRecord, TI, Element)) in visitKnownRecord()
|