Home
last modified time | relevance | path

Searched refs:FileOS (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h191 support::ulittle32_t FileOS; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp286 auto FileOS = std::make_unique<llvm::raw_fd_ostream>( in SetUpDiagnosticLog() local
293 FileOS->SetUnbuffered(); in SetUpDiagnosticLog()
294 OS = FileOS.get(); in SetUpDiagnosticLog()
295 StreamOwner = std::move(FileOS); in SetUpDiagnosticLog()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp269 mapOptionalHex(IO, "File OS", Info.FileOS, 0); in mapping()