Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DDebugInfo.h625 class DILocation : public DIDescriptor {
627 explicit DILocation(const MDNode *N) : DIDescriptor(N) { } in DILocation() function
632 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); } in getOrigLocation()
737 void processLocation(DILocation Loc);
/external/llvm/lib/IR/
DDebugLoc.cpp118 DILocation Loc(N); in getFromDILocation()
DDebugInfo.cpp538 bool DILocation::Verify() const { in Verify()
914 void DebugInfoFinder::processLocation(DILocation Loc) { in processLocation()
DVerifier.cpp2101 Finder.processLocation(DILocation(MD)); in visitInstruction()
/external/llvm/docs/
DSourceLevelDebugging.rst876 ``Instruction::getMetadata()`` and ``DILocation::getLineNumber()``.
881 DILocation Loc(N); // DILocation is in DebugInfo.h
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp537 DILocation DL(Scope->getInlinedAt()); in constructInlinedScopeDIE()