Home
last modified time | relevance | path

Searched refs:visitTypeRecord (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp78 Error visitTypeRecord(CVType &Record, TypeIndex Index);
79 Error visitTypeRecord(CVType &Record);
124 Error CVTypeVisitor::visitTypeRecord(CVType &Record, TypeIndex Index) { in visitTypeRecord() function in __anon569b16270111::CVTypeVisitor
131 Error CVTypeVisitor::visitTypeRecord(CVType &Record) { in visitTypeRecord() function in __anon569b16270111::CVTypeVisitor
145 if (auto EC = visitTypeRecord(I)) in visitTypeStream()
153 if (auto EC = visitTypeRecord(I)) in visitTypeStream()
163 if (auto EC = visitTypeRecord(Type, *I)) in visitTypeStream()
219 Error llvm::codeview::visitTypeRecord(CVType &Record, TypeIndex Index, in visitTypeRecord() function in llvm::codeview
223 return V.Visitor.visitTypeRecord(Record, Index); in visitTypeRecord()
226 Error llvm::codeview::visitTypeRecord(CVType &Record, in visitTypeRecord() function in llvm::codeview
[all …]
H A DRecordName.cpp253 if (auto EC = visitTypeRecord(Record, Index, Computer)) { in computeTypeName()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCVTypeVisitor.h31 Error visitTypeRecord(CVType &Record, TypeIndex Index,
34 Error visitTypeRecord(CVType &Record, TypeVisitorCallbacks &Callbacks,
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1280 if (auto EC = codeview::visitTypeRecord(Dep.second, Dep.first, V)) in dumpPartialTypeStream()
1290 if (auto EC = codeview::visitTypeRecord(Type, TI, V)) in dumpPartialTypeStream()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp626 Error E = codeview::visitTypeRecord(Record, *B, TDV); in emitTypeInformation()