Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp93 auto BufferOrError = MemoryBuffer::getFileOrSTDIN(CSVFilePath); in run() local
/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.cpp161 auto BufferOrError = setupMemoryBuffer(Path, FS); in create() local
199 auto BufferOrError = setupMemoryBuffer(Path, FS); in create() local
H A DSampleProfReader.cpp1828 auto BufferOrError = setupMemoryBuffer(Filename, FS); in create() local
1849 auto BufferOrError = setupMemoryBuffer(Filename, FS); in create() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp117 auto BufferOrError = FM.getBufferForFile(*ContentsEntry, IsFileVolatile); in getBufferOrNone() local