Home
last modified time | relevance | path

Searched refs:GetLinkerExecutable (Results 1 – 6 of 6) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompileoptionsbase.h72 virtual LinkerExecutableOption GetLinkerExecutable() const;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompileoptionsbase.cpp599 LinkerExecutableOption CompileOptionsBase::GetLinkerExecutable() const in GetLinkerExecutable() function in CompileOptionsBase
H A Dcompilercommandgenerator.cpp293 ? params.target->GetLinkerExecutable() in GenerateCommandLine()
H A Dprojectloader.cpp1242 const LinkerExecutableOption linkerExe = options.GetLinkerExecutable(); in SaveLinkerExecutable()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/bindings/
H A Dscriptbindings.cpp851 func(&CompileOptionsBase::GetLinkerExecutable, "GetLinkerExecutable"). in RegisterBindings()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompileroptionsdlg.cpp901 const LinkerExecutableOption linkerExecutable = m_pTarget->GetLinkerExecutable(); in DoLoadOptions()