Home
last modified time | relevance | path

Searched refs:ObjectFilenameForDebug (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h447 std::string ObjectFilenameForDebug; variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h231 std::string ObjectFilenameForDebug; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp436 Options.ObjectFilenameForDebug = CodeGenOpts.ObjectFilenameForDebug; in initTargetOptions()
1064 CGOpts.ObjectFilenameForDebug); in runThinLTOBackend()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp624 Target->Options.ObjectFilenameForDebug = Out->outputFilename(); in compileModule()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp398 TM->Options.ObjectFilenameForDebug = Stream->ObjectPathName; in codegen()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp786 StringRef PathRef(Asm->TM.Options.ObjectFilenameForDebug); in emitObjName()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4038 MarshallingInfoString<CodeGenOpts<"ObjectFilenameForDebug">>;