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()
68 static cl::opt<bool> IncrementalLinkerCompatible( in MCOPT_EXP() local
73 MCBINDOPT(IncrementalLinkerCompatible); in MCOPT_EXP()
H A DWinCOFFObjectWriter.cpp1111 if (OWriter.IncrementalLinkerCompatible) { in writeObject()
1164 IncrementalLinkerCompatible = false; in reset()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h53 bool IncrementalLinkerCompatible = false; variable
65 IncrementalLinkerCompatible = Value; in setIncrementalLinkerCompatible()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp154 unsigned IncrementalLinkerCompatible : 1;
210 IncrementalLinkerCompatible = 0; in AssemblerInvocation()
364 Opts.IncrementalLinkerCompatible = in CreateFromArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def171 CODEGENOPT(IncrementalLinkerCompatible, 1, 0, Benign) ///< Emit an object file which can
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp502 CodeGenOpts.IncrementalLinkerCompatible; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5555 MarshallingInfoFlag<CodeGenOpts<"IncrementalLinkerCompatible">>;