Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp20 unsigned DebugLoc::getLine() const { return DILocation(Loc).getLineNumber(); } in getLine()
21 unsigned DebugLoc::getCol() const { return DILocation(Loc).getColumnNumber(); } in getCol()
23 MDNode *DebugLoc::getScope() const { return DILocation(Loc).getScope(); } in getScope()
26 return DILocation(Loc).getOrigLocation(); in getInlinedAt()
H A DDebugInfo.cpp597 bool DILocation::Verify() const { in Verify()
831 DILocation DILocation::copyWithNewScope(LLVMContext &Ctx, in copyWithNewScope()
837 return DILocation(MDLocation::get(Ctx, Old->getLine(), Old->getColumn(), in copyWithNewScope()
841 unsigned DILocation::computeNewDiscriminator(LLVMContext &Ctx) { in computeNewDiscriminator()
1011 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) { in processLocation()
H A DDiagnosticInfo.cpp138 DILocation DIL(getDebugLoc().getAsMDNode(getFunction().getContext())); in getLocation()
H A DVerifier.cpp2825 Finder.processLocation(*M, DILocation(MD)); in processInstructions()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx)); in runOnFunction()
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx)); in runOnFunction()
201 DILocation NewDIL = FirstDIL.copyWithNewScope(Ctx, NewScope); in runOnFunction()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h876 class DILocation : public DIDescriptor {
878 explicit DILocation(const MDNode *N) : DIDescriptor(N) {} in DILocation() function
895 DILocation getOrigLocation() const { in getOrigLocation()
897 return DILocation(dyn_cast_or_null<MDNode>(L->getInlinedAt())); in getOrigLocation()
898 return DILocation(nullptr); in getOrigLocation()
903 bool atSameLineAs(const DILocation &Other) const { in atSameLineAs()
930 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlockFile NewScope);
1043 void processLocation(const Module &M, DILocation Loc);
/minix3/minix/llvm/passes/include/magic/support/
H A DMagicDebugFunction.h140 DILocation Loc(N); in fixCalls()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp224 DILocation DIL(DLoc.getAsMDNode(*Ctx)); in getInstWeight()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp440 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()
/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h377 DILocation DIL(N); in getInstrDbgLocationInfo()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst863 ``Instruction::getMetadata()`` and ``DILocation::getLineNumber()``.
868 DILocation Loc(N); // DILocation is in DebugInfo.h
H A DReleaseNotes.rst263 MDLocation (aka DebugLoc aka DILocation)
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp1064 DILocation Loc(N); in runOnModule()