Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SourceMgr

37 #include "llvm/Support/SourceMgr.h"
277 /// ConvertBackendLocation - Convert a location in a temporary llvm::SourceMgr
284 const llvm::SourceMgr &LSM = *D.getSourceMgr();
286 // We need to copy the underlying LLVM memory buffer because llvm::SourceMgr
327 case llvm::SourceMgr::DK_Error:
330 case llvm::SourceMgr::DK_Warning:
333 case llvm::SourceMgr::DK_Note:
446 SourceManager &SourceMgr = Context->getSourceManager();
447 FileManager &FileMgr = SourceMgr.getFileManager();
458 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1);
465 FullSourceLoc Loc(DILoc, SourceMgr);