Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp83 Error visitTypeStream(CVTypeRange Types);
151 Error CVTypeVisitor::visitTypeStream(CVTypeRange Types) { in visitTypeStream()
240 Error llvm::codeview::visitTypeStream(CVTypeRange Types, in visitTypeStream()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCVTypeVisitor.h47 Error visitTypeStream(CVTypeRange Types, TypeVisitorCallbacks &Callbacks);
H A DTypeRecord.h44 using CVTypeRange = iterator_range<CVTypeArray::Iterator>; variable
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h56 codeview::CVTypeRange types(bool *HadError) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp244 CVTypeRange TpiStream::types(bool *HadError) const { in types()