Home
last modified time | relevance | path

Searched defs:BufferOrError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModelUnderTrainingRunner.cpp39 auto BufferOrError = MemoryBuffer::getFileOrSTDIN(FileName); in loadOutputSpecs() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp347 auto BufferOrError = MemoryBuffer::getFile(LineInfo.FileName); in cacheSource() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp158 auto BufferOrError = setupMemoryBuffer(Path, FS); in create() local
196 auto BufferOrError = setupMemoryBuffer(Path, FS); in create() local
H A DSampleProfReader.cpp1829 auto BufferOrError = setupMemoryBuffer(Filename, FS); in create() local
1850 auto BufferOrError = setupMemoryBuffer(Filename, FS); in create() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp125 auto BufferOrError = FM.getBufferForFile(*ContentsEntry, IsFileVolatile); in getBufferOrNone() local