Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp73 unsigned SourceMgr::FindBufferContainingLoc(SMLoc Loc) const { in FindBufferContainingLoc() function in SourceMgr
194 BufferID = FindBufferContainingLoc(Loc); in getLineAndColumn()
218 auto BufferID = FindBufferContainingLoc(Loc); in getFormattedLocationNoOffset()
265 unsigned CurBuf = FindBufferContainingLoc(IncludeLoc); in PrintIncludeStack()
285 unsigned CurBuf = FindBufferContainingLoc(Loc); in GetMessage()
344 unsigned CurBuf = FindBufferContainingLoc(Diagnostic.getLoc()); in PrintMessage()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCTagsEmitter.cpp36 SrcMgr.getMemoryBuffer(SrcMgr.FindBufferContainingLoc(Location)); in Tag()
H A DDAGISelMatcherEmitter.cpp230 unsigned CurBuf = SrcMgr.FindBufferContainingLoc(L); in getIncludePath()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp188 unsigned BufNum = SrcMgr.FindBufferContainingLoc(SMD.getLoc()); in getLocCookie()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h192 unsigned FindBufferContainingLoc(SMLoc Loc) const;
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.cpp91 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc); in processEOF()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp407 unsigned CheckBufferID = SM.FindBufferContainingLoc(DiagItr->CheckLoc); in BuildInputAnnotations()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp173 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(SMLoc)); in translateLocation()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp789 unsigned CurBuf = getSourceManager().FindBufferContainingLoc(IDLoc); in parseDirectiveSecureLogUnique()
H A DAsmParser.cpp904 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc); in jumpToLoc()
2454 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc); in DiagHandler()
2456 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2460 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc); in DiagHandler()
H A DMasmParser.cpp1180 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc); in jumpToLoc()
2811 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc); in DiagHandler()
2813 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2817 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc); in DiagHandler()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp486 LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc())); in ConvertBackendLocation()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1220 unsigned CurBuffer = SrcMgr.FindBufferContainingLoc(Loc); in Make()