Home
last modified time | relevance | path

Searched refs:FindBufferContainingLoc (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DSourceMgr.cpp62 unsigned SourceMgr::FindBufferContainingLoc(SMLoc Loc) const { in FindBufferContainingLoc() function in SourceMgr
133 BufferID = FindBufferContainingLoc(Loc); in getLineAndColumn()
159 unsigned CurBuf = FindBufferContainingLoc(IncludeLoc); in PrintIncludeStack()
181 unsigned CurBuf = FindBufferContainingLoc(Loc); in GetMessage()
240 unsigned CurBuf = FindBufferContainingLoc(Diagnostic.getLoc()); in PrintMessage()
H A DFileCheck.cpp1101 SM.getMemoryBuffer(SM.FindBufferContainingLoc( in CheckNext()
1142 SM.getMemoryBuffer(SM.FindBufferContainingLoc( in CheckSame()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCTagsEmitter.cpp39 SrcMgr.getMemoryBuffer(SrcMgr.FindBufferContainingLoc(Loc)); in emit()
H A DDAGISelMatcherEmitter.cpp214 unsigned CurBuf = SrcMgr.FindBufferContainingLoc(L); in getIncludePath()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h173 unsigned FindBufferContainingLoc(SMLoc Loc) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp52 unsigned BufNum = DiagInfo->SrcMgr.FindBufferContainingLoc(Diag.getLoc()); in srcMgrDiagHandler()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp88 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp174 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(SMLoc)); in translateLocation()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp792 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
H A DAsmParser.cpp801 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc); in jumpToLoc()
2294 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc); in DiagHandler()
2296 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2300 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc); in DiagHandler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp390 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc())); in ConvertBackendLocation()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1214 unsigned CurBuffer = SrcMgr.FindBufferContainingLoc(Loc); in Make()