Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h21 bool isUdtForwardRef(CVType CVT);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp35 if (!isUdtForwardRef(CVT)) in NativeEnumTypes()
H A DTpiStream.cpp185 if (!isUdtForwardRef(F)) in findFullDeclForForwardRef()
H A DSymbolCache.cpp181 if (isUdtForwardRef(CVT)) { in findSymbolByTypeIndex()
187 assert(!isUdtForwardRef(Types.getType(*EFD))); in findSymbolByTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordHelpers.cpp27 bool llvm::codeview::isUdtForwardRef(CVType CVT) { in isUdtForwardRef() function in llvm::codeview