Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PLoc

319   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
321 if (PLoc.isInvalid() || StringRef(PLoc.getFilename()).empty())
327 const char *fname = PLoc.getFilename();
336 llvm::DIFile *F = DBuilder.createFile(remapDIPath(PLoc.getFilename()),
359 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
360 return PLoc.isValid() ? PLoc.getLine() : 0;
372 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
373 return PLoc.isValid() ? PLoc.getColumn() : 0;