Home
last modified time | relevance | path

Searched refs:OptRecordFormat (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h266 std::string OptRecordFormat; variable
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp100 << CodeGenOpts.OptRecordFormat; in reportOptRecordError()
323 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in HandleTranslationUnit()
1131 CodeGenOpts.OptRecordFormat, CodeGenOpts.DiagnosticsWithHotness, in ExecuteAction()
DBackendUtil.cpp1490 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1523 Opts.OptRecordFormat = A->getValue(); in ParseCodeGenArgs()