Home
last modified time | relevance | path

Searched defs:FileCache (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h57 using FileCache = std::function<Expected<AddStreamFn>( variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h126 typedef std::map<FileSpec, FileSP> FileCache; typedef
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp34 std::vector<uint32_t> FileCache; member