Searched refs:getInlinedAt (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 25 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 D | DebugInfo.cpp | 126 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 D | LLVMContextImpl.h | 231 InlinedAt(L->getInlinedAt()) {} in KeyTy() 237 Scope == RHS->getScope() && InlinedAt == RHS->getInlinedAt();
|
| H A D | AsmWriter.cpp | 1300 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 D | DebugLoc.h | 73 MDNode *getInlinedAt() const; 74 MDNode *getInlinedAt(const LLVMContext &) const { return getInlinedAt(); } in getInlinedAt() function
|
| H A D | DebugInfo.h | 825 MDNode *getInlinedAt() const; 897 return DILocation(dyn_cast_or_null<MDNode>(L->getInlinedAt())); in getOrigLocation()
|
| H A D | Metadata.h | 868 Metadata *getInlinedAt() const {
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 60 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 61 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 317 assert((Scope->getInlinedAt() || !DS.isSubprogram()) && in constructScopeDIE() 440 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE() 561 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
| H A D | DwarfDebug.cpp | 342 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE() 953 if (MDNode *IA = DV.getInlinedAt()) { in collectVariableInfo()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 835 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 D | ValueMapper.cpp | 214 mapMetadataOp(Node->getInlinedAt(), Cycles, VM, Flags, TypeMapper, in cloneMDLocation()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1748 if (MDNode *InlinedAt = DV.getInlinedAt()) { in print()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 792 if (Metadata *InlinedAt = N->getInlinedAt()) in WriteMDLocation()
|