Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1385 if (LVScope *InlinedFunction = LogicalVisitor->CurrentScope) { in visitKnownRecord() local
1391 InlinedFunction->setReference(AbstractFunction); in visitKnownRecord()
1404 InlinedFunction->setName(Name); in visitKnownRecord()
1405 InlinedFunction->setLinkageName(Name); in visitKnownRecord()
1409 AbstractFunction, InlinedFunction, InlineSite)) in visitKnownRecord()
3427 LVScope *InlinedFunction, in inlineSiteAnnotation() argument
3432 LVScope *Parent = InlinedFunction->getParentScope(); in inlineSiteAnnotation()
3455 << "Inlined: " << InlinedFunction->getName() << "\n" in inlineSiteAnnotation()
3556 InlinedFunction->addObject(LowPC, HighPC); in inlineSiteAnnotation()
3560 Reader->addInlineeLines(InlinedFunction, InlineeLines); in inlineSiteAnnotation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h318 LVScope *InlinedFunction,