toggle menu
cpg-language-llvm
8.0.0
jvm
switch theme
search in API
cpg-language-llvm
/
de.fraunhofer.aisec.cpg.passes
/
CompressLLVMPass
Compress
LLVMPass
class
CompressLLVMPass
(
ctx
:
TranslationContext
)
:
ComponentPass
Members
Constructors
Compress
LLVMPass
Link copied to clipboard
constructor
(
ctx
:
TranslationContext
)
Properties
config
Link copied to clipboard
val
config
:
TranslationConfiguration
ctx
Link copied to clipboard
override
val
ctx
:
TranslationContext
name
Link copied to clipboard
var
name
:
String
scope
Link copied to clipboard
open
override
val
scope
:
Scope
?
scope
Manager
Link copied to clipboard
val
scopeManager
:
ScopeManager
type
Manager
Link copied to clipboard
val
typeManager
:
TypeManager
Functions
accept
Link copied to clipboard
open
override
fun
accept
(
component
:
Component
)
and
Then
Link copied to clipboard
open
fun
andThen
(
p0
:
Consumer
<
in
Component
>
)
:
Consumer
<
Component
>
cleanup
Link copied to clipboard
open
override
fun
cleanup
(
)
pass
Config
Link copied to clipboard
fun
<
T
:
PassConfiguration
>
passConfig
(
)
:
T
?
runs
With
Current
Frontend
Link copied to clipboard
fun
runsWithCurrentFrontend
(
usedFrontends
:
Collection
<
LanguageFrontend
<
*
,
*
>
>
)
:
Boolean