Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PLoc

1110   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
1111 if (PLoc.isValid())
1112 return EmitAnnotationString(PLoc.getFilename());
1118 PresumedLoc PLoc = SM.getPresumedLoc(L);
1119 unsigned LineNo = PLoc.isValid() ? PLoc.getLine() :
1976 PresumedLoc PLoc = Context.getSourceManager().getPresumedLoc(Loc);
1977 if (PLoc.isValid()) {
1979 GetAddrOfConstantCString(PLoc.getFilename()),
1980 llvm::ConstantInt::get(llvm::Type::getInt32Ty(LLVMCtx), PLoc.getLine()),
1982 PLoc.getColumn()),