Home
last modified time | relevance | path

Searched defs:debugInfoPlugin (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.cpp28 EntityDeclarator::EntityDeclarator(ScopedDebugInfoPlugin &debugInfoPlugin) in EntityDeclarator()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DdebugInfoDeserializer.cpp67 DebugInfoDeserializer::DebugInfoDeserializer(ScopedDebugInfoPlugin &debugInfoPlugin) : debugInfoPlu… in DebugInfoDeserializer()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp82 auto *debugInfoPlugin = checker->GetDebugInfoPlugin(); in LookupInDebugInfoPlugin() local