Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderMap.h32 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer; variable
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DBuffer.h47 explicit FileBuffer(StringRef FileName) : Buffer(FileName) {} in FileBuffer() function
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMagic.cpp213 std::unique_ptr<MemoryBuffer> FileBuffer = std::move(*FileOrError); in identify_magic() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderMap.cpp57 auto FileBuffer = FM.getBufferForFile(FE); in Create() local
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp989 auto FileBuffer = SourceCache.find(LineInfo.FileName); in printSourceLine() local