Home
last modified time | relevance | path

Searched refs:getBufferInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp197 auto &SB = getBufferInfo(BufferID); in getLineAndColumn()
220 auto FileSpec = getBufferInfo(BufferID).Buffer->getBufferIdentifier(); in getFormattedLocationNoOffset()
236 auto &SB = getBufferInfo(BufferID); in FindLocForLineAndColumn()
268 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
270 OS << "Included from " << getBufferInfo(CurBuf).Buffer->getBufferIdentifier() in PrintIncludeStack()
346 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h120 const SrcBuffer &getBufferInfo(unsigned i) const { in getBufferInfo() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp790 *OS << getSourceManager().getBufferInfo(CurBuf).Buffer->getBufferIdentifier() in parseDirectiveSecureLogUnique()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp253 SM.getBufferInfo(SM.getMainFileID()).Buffer->getBufferIdentifier(); in WebAssemblyAsmParser()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp285 Stream << SrcMgr.getBufferInfo(CurBuf).Buffer->getBufferIdentifier() << ":" in getIncludePath()