MCPcopy Create free account
hub / github.com/Kitware/CMake / GetCrossCompilingEmulator

Method GetCrossCompilingEmulator

Source/cmCustomCommandGenerator.cxx:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314std::vector<std::string> cmCustomCommandGenerator::GetCrossCompilingEmulator(
315 unsigned int c) const
316{
317 if (c >= this->EmulatorsWithArguments.size()) {
318 return std::vector<std::string>();
319 }
320 return this->EmulatorsWithArguments[c];
321}
322
323char const* cmCustomCommandGenerator::GetArgv0Location(unsigned int c) const
324{

Callers 2

GetCommandMethod · 0.95
AppendArgumentsMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected