Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileOutputBuffer.cpp91 auto MappedFile = llvm::make_unique<mapped_file_region>( in create() local
/external/openfst/src/lib/
Dmapped-file.cc30 MappedFile::MappedFile(const MemoryRegion &region) : region_(region) { } in MappedFile() function in fst::MappedFile
/external/autotest/client/cros/
Dmemory_bandwidth_logger.py58 class MappedFile: class
/external/clang/lib/Tooling/
DTooling.cpp359 for (const auto &MappedFile : MappedFileContents) in run() local
404 for (const auto &MappedFile : MappedFileContents) in run() local
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp202 MappedViewOfFileScopedHandle MappedFile( in GetFileNameFromHandle() local