cscm.ArmFrontEnd¶
-
class
cscm.ArmFrontEnd¶ -
Bases:
cscm.SWYXFrontEndARM front end.
You do not need to instantiate this class: all methods are static.
Methods
cs_and_fe_options()Generate CodeSonar and front end options. first_options()Get the beginning of argv for the front end command line. -
cs_and_fe_options(language, pointer_width, pc)¶ -
Generate CodeSonar and front end options.
Parameters: - language (language value) –
- pointer_width (int) –
- pc (ParseConfiguration) –
Return type: [
CmdArgument]
- static
first_options(source_file, object_file="")¶ -
Get the beginning of argv for the front end command
line.
Parameters: - source_file (str) –
- object_file (str) –
Return type: [
CmdArgument]
-