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

Method GetMasmFlagTable

Source/cmGlobalVisualStudio10Generator.cxx:1557–1561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555}
1556
1557cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetMasmFlagTable() const
1558{
1559 return LoadFlagTable(this->GetMasmFlagTableName(),
1560 this->DefaultMasmFlagTableName, "MASM");
1561}
1562
1563cmIDEFlagTable const* cmGlobalVisualStudio10Generator::GetNasmFlagTable() const
1564{

Callers 2

ComputeMasmOptionsMethod · 0.80

Calls 1

GetMasmFlagTableNameMethod · 0.95

Tested by

no test coverage detected