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.cpp1378 if (LVScope *InlinedFunction = LogicalVisitor->CurrentScope) { in visitKnownRecord() local
1384 InlinedFunction->setReference(AbstractFunction); in visitKnownRecord()
1397 InlinedFunction->setName(Name); in visitKnownRecord()
1398 InlinedFunction->setLinkageName(Name); in visitKnownRecord()
1402 AbstractFunction, InlinedFunction, InlineSite)) in visitKnownRecord()
3423 LVScope *InlinedFunction, in inlineSiteAnnotation() argument
3428 LVScope *Parent = InlinedFunction->getParentScope(); in inlineSiteAnnotation()
3451 << "Inlined: " << InlinedFunction->getName() << "\n" in inlineSiteAnnotation()
3552 InlinedFunction->addObject(LowPC, HighPC); in inlineSiteAnnotation()
3556 Reader->addInlineeLines(InlinedFunction, InlineeLines); in inlineSiteAnnotation()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h318 LVScope *InlinedFunction,