Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h464 std::string ObjectFilenameForDebug; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.h263 std::string ObjectFilenameForDebug; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp435 Options.ObjectFilenameForDebug = CodeGenOpts.ObjectFilenameForDebug; in initTargetOptions()
1210 CGOpts.ObjectFilenameForDebug); in runThinLTOBackend()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
HDllc.cpp618 Target->Options.ObjectFilenameForDebug = Out->outputFilename(); in compileModule()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp407 TM->Options.ObjectFilenameForDebug = Stream->ObjectPathName; in codegen()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp791 StringRef PathRef(Asm->TM.Options.ObjectFilenameForDebug); in emitObjName()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td5545 MarshallingInfoString<CodeGenOpts<"ObjectFilenameForDebug">>;