CInstrumentationBridge
A bridge class, used to connect a library produced by the CInstrumentation to the native library provided by the clang-instrumentation project.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Define an IFullFunDesc by the given native function description.
Define an IFullFunDesc by the given native function description.
Attributes
- f
the native function description
- Graph
- Supertypes
Define an IFunDesc by the given native function description
Define an IFunDesc by the given native function description
Attributes
- f
the native function description
- Graph
- Supertypes
- Known subtypes
- class FullFunctionDesc
Value members
Concrete methods
The instrumenter uses the CInstrumentation to generate a library interface, which it then binds to the native library by extending the interface provided by the library, and delegating the calls. Finally, it then runs the instrumentation process
The instrumenter uses the CInstrumentation to generate a library interface, which it then binds to the native library by extending the interface provided by the library, and delegating the calls. Finally, it then runs the instrumentation process
Attributes
- cFileName
the C file to instrument
- inclPath
the include paths to use
Checks if the current platform is supported by the native library.
Checks if the current platform is supported by the native library.
Attributes
- Returns:
true if the platform is supported
Concrete fields
The supported platforms of the clang-instrumentation library
The supported platforms of the clang-instrumentation library
Attributes
Implicits
Implicits
Implicit conversion from a native to a non-native full function description
Implicit conversion from a native to a non-native full function description
Attributes
Implicit conversion from a native to a non-native function description
Implicit conversion from a native to a non-native function description