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.cpp1395 CVType CVFunctionType = Ids.getType(InlineSite.Inlinee); in visitKnownRecord() local
1397 CVFunctionType, InlineSite.Inlinee, AbstractFunction)) in visitKnownRecord()
1572 std::optional<CVType> CVFunctionType; in visitKnownRecord() local
1574 CVFunctionType = Ids.tryGetType(TIFunctionType); in visitKnownRecord()
1575 if (!CVFunctionType) in visitKnownRecord()
1580 if (CVFunctionType->kind() == LF_FUNC_ID) in visitKnownRecord()
1584 return (CVFunctionType->kind() == LF_MFUNC_ID); in visitKnownRecord()
1589 CVFunctionType = Types.tryGetType(TIFunctionType); in visitKnownRecord()
1590 if (!CVFunctionType) in visitKnownRecord()
1595 *CVFunctionType, TIFunctionType, Function)) in visitKnownRecord()
[all …]