Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1388 CVType CVFunctionType = Ids.getType(InlineSite.Inlinee); in visitKnownRecord() local
1390 CVFunctionType, InlineSite.Inlinee, AbstractFunction)) in visitKnownRecord()
1565 std::optional<CVType> CVFunctionType; in visitKnownRecord() local
1567 CVFunctionType = Ids.tryGetType(TIFunctionType); in visitKnownRecord()
1568 if (!CVFunctionType) in visitKnownRecord()
1573 if (CVFunctionType->kind() == LF_FUNC_ID) in visitKnownRecord()
1577 return (CVFunctionType->kind() == LF_MFUNC_ID); in visitKnownRecord()
1582 CVFunctionType = Types.tryGetType(TIFunctionType); in visitKnownRecord()
1583 if (!CVFunctionType) in visitKnownRecord()
1588 *CVFunctionType, TIFunctionType, Function)) in visitKnownRecord()
[all …]