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

  /external/llvm/include/llvm/
DebugInfo.h 623 /// DILocation - This object holds location information. This object
625 class DILocation : public DIDescriptor {
627 explicit DILocation(const MDNode *N) : DIDescriptor(N) { }
632 DILocation getOrigLocation() const { return getFieldAs<DILocation>(3); }
736 /// processLocation - Process DILocation.
737 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 538 bool DILocation::Verify() const {
913 /// processLocation - Process DILocation.
914 void DebugInfoFinder::processLocation(DILocation Loc) {
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 537 DILocation DL(Scope->getInlinedAt());
    [all...]

Completed in 43 milliseconds