Searched refs:MappedFile (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 48 sys::fs::mapped_file_region MappedFile( in __anonc19214950102() local 53 DataExtractor DE(StringRef(MappedFile.data(), MappedFile.size()), true, 8); in __anonc19214950102()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 525 for (const auto &MappedFile : MappedFileContents) in run() local 526 if (llvm::sys::path::is_absolute(MappedFile.first)) in run() 528 MappedFile.first, 0, in run() 529 llvm::MemoryBuffer::getMemBuffer(MappedFile.second)); in run() 591 for (const auto &MappedFile : MappedFileContents) in run() local 592 if (!llvm::sys::path::is_absolute(MappedFile.first)) in run() 594 MappedFile.first, 0, in run() 595 llvm::MemoryBuffer::getMemBuffer(MappedFile.second)); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Profile.cpp | 273 sys::fs::mapped_file_region MappedFile( in loadProfile() local 280 StringRef Data(MappedFile.data(), MappedFile.size()); in loadProfile() 287 while (Offset != MappedFile.size()) { in loadProfile()
|
H A D | InstrumentationMap.cpp | 227 sys::fs::mapped_file_region MappedFile( in loadYAML() local 235 yaml::Input In(StringRef(MappedFile.data(), MappedFile.size())); in loadYAML()
|
H A D | Trace.cpp | 399 sys::fs::mapped_file_region MappedFile( in loadTraceFile() 407 auto Data = StringRef(MappedFile.data(), MappedFile.size()); in loadTraceFile() 396 sys::fs::mapped_file_region MappedFile( loadTraceFile() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 142 fs::mapped_file_region MappedFile = in createOnDiskBuffer() 154 std::move(MappedFile)); 139 fs::mapped_file_region MappedFile = createOnDiskBuffer() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 940 uint16_t MappedFile = CUFileMapping[Entry.File]; in collectStatsForObjectFile() local 941 UniqueLines.insert({Entry.Line, Entry.Column, MappedFile}); in collectStatsForObjectFile() 943 UniqueNonZeroLines.insert({Entry.Line, Entry.Column, MappedFile}); in collectStatsForObjectFile()
|