HomeSort by relevance Sort by last modified time
    Searched refs:DILocation (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
DebugInfo.h 663 /// DILocation - This object holds location information. This object
665 class DILocation : public DIDescriptor {
667 explicit DILocation(const MDNode *N) : DIDescriptor(N) { }
672 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); }
766 /// processLocation - Process DILocation.
767 void processLocation(DILocation Loc);
  /external/llvm/lib/IR/
DebugLoc.cpp 99 /// DILocation compatible MDNode.
116 /// getFromDILocation - Translate the DILocation quad into a DebugLoc.
118 DILocation Loc(N);
DebugInfo.cpp 528 bool DILocation::Verify() const {
877 /// processLocation - Process DILocation.
878 void DebugInfoFinder::processLocation(DILocation Loc) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 534 DILocation DL(Scope->getInlinedAt());
    [all...]

Completed in 51 milliseconds