Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1646 DenseMap<const MDNode *, MDNode *> &IANodes) { in inlineDebugLoc() argument
1647 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()
1672 DenseMap<const MDNode *, MDNode *> IANodes; in fixupLineNumbers() local
1684 &IANodes](Metadata *MD) -> Metadata * { in fixupLineNumbers()
1686 return inlineDebugLoc(Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers()
1694 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()