Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp38 MCOPT(bool, IncrementalLinkerCompatible) in MCOPT_EXP()
67 static cl::opt<bool> IncrementalLinkerCompatible( in MCOPT_EXP() local
72 MCBINDOPT(IncrementalLinkerCompatible); in MCOPT_EXP()
H A DWinCOFFObjectWriter.cpp1105 if (OWriter.IncrementalLinkerCompatible) { in writeObject()
1154 IncrementalLinkerCompatible = false; in reset()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h53 bool IncrementalLinkerCompatible = false; variable
64 IncrementalLinkerCompatible = Value; in setIncrementalLinkerCompatible()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp157 unsigned IncrementalLinkerCompatible : 1;
207 IncrementalLinkerCompatible = 0; in AssemblerInvocation()
360 Opts.IncrementalLinkerCompatible = in CreateFromArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def174 CODEGENOPT(IncrementalLinkerCompatible, 1, 0) ///< Emit an object file which can
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp467 CodeGenOpts.IncrementalLinkerCompatible; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5247 MarshallingInfoFlag<CodeGenOpts<"IncrementalLinkerCompatible">>;