Home
last modified time | relevance | path

Searched refs:MappingFile (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileCollector.h98 std::error_code writeMapping(StringRef MappingFile);
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp236 std::error_code FileCollector::writeMapping(StringRef MappingFile) { in writeMapping() argument
244 raw_fd_ostream os(MappingFile, EC, sys::fs::OF_TextWithCRLF); in writeMapping()