Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp25 MDNode *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
32 IA = getInlinedAt(); in getScopeAndInlinedAt()
36 if (MDNode *InlinedAt = getInlinedAt()) in getScopeNode()
91 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt()); in dump()
114 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt()); in print()
H A DDebugInfo.cpp126 MDNode *DIVariable::getInlinedAt() const { in getInlinedAt() function in DIVariable
525 while ((IA = DL.getInlinedAt())) in Verify()
586 return getInlinedAt() != nullptr && DbgNode->getNumOperands() == 5; in Verify()
838 NewScope, Old->getInlinedAt())); in copyWithNewScope()
865 if (!DIVariable(DV).getInlinedAt()) in cleanseInlinedVariable()
1424 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()
1438 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName()
H A DLLVMContextImpl.h231 InlinedAt(L->getInlinedAt()) {} in KeyTy()
237 Scope == RHS->getScope() && InlinedAt == RHS->getInlinedAt();
H A DAsmWriter.cpp1300 if (DL->getInlinedAt()) { in writeMDLocation()
1302 WriteAsOperandInternal(Out, DL->getInlinedAt(), TypePrinter, Machine, in writeMDLocation()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugLoc.h73 MDNode *getInlinedAt() const;
74 MDNode *getInlinedAt(const LLVMContext &) const { return getInlinedAt(); } in getInlinedAt() function
H A DDebugInfo.h825 MDNode *getInlinedAt() const;
897 return DILocation(dyn_cast_or_null<MDNode>(L->getInlinedAt())); in getOrigLocation()
H A DMetadata.h868 Metadata *getInlinedAt() const {
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h60 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp61 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp317 assert((Scope->getInlinedAt() || !DS.isSubprogram()) && in constructScopeDIE()
440 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()
561 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
H A DDwarfDebug.cpp342 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE()
953 if (MDNode *IA = DV.getInlinedAt()) { in collectVariableInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp835 if (MDNode *IA = DL.getInlinedAt(Ctx)) { in updateInlinedAtInfo()
874 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers()
880 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx); in fixupLineNumbers()
H A DValueMapper.cpp214 mapMetadataOp(Node->getInlinedAt(), Cycles, VM, Flags, TypeMapper, in cloneMDLocation()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1748 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp792 if (Metadata *InlinedAt = N->getInlinedAt()) in WriteMDLocation()