Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h464 std::string ObjectFilenameForDebug; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h263 std::string ObjectFilenameForDebug; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp435 Options.ObjectFilenameForDebug = CodeGenOpts.ObjectFilenameForDebug; in initTargetOptions()
1210 CGOpts.ObjectFilenameForDebug); in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp618 Target->Options.ObjectFilenameForDebug = Out->outputFilename(); in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp407 TM->Options.ObjectFilenameForDebug = Stream->ObjectPathName; in codegen()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp791 StringRef PathRef(Asm->TM.Options.ObjectFilenameForDebug); in emitObjName()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5545 MarshallingInfoString<CodeGenOpts<"ObjectFilenameForDebug">>;