Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDebugInfo.h665 class DILocation : public DIDescriptor {
667 explicit DILocation(const MDNode *N) : DIDescriptor(N) { } in DILocation() function
672 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); } in getOrigLocation()
767 void processLocation(DILocation Loc);
/external/llvm/lib/IR/
DDebugLoc.cpp118 DILocation Loc(N); in getFromDILocation()
DDebugInfo.cpp528 bool DILocation::Verify() const { in Verify()
878 void DebugInfoFinder::processLocation(DILocation Loc) { in processLocation()
/external/llvm/docs/
DSourceLevelDebugging.rst844 ``Instruction::getMetadata()`` and ``DILocation::getLineNumber()``.
849 DILocation Loc(N); // DILocation is in DebugInfo.h
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp534 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()