Home
last modified time | relevance | path

Searched defs:sourceCodeId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h109 auto sourceCodeId = File::EntityId(state.ReadULeb128()); in Scrap() local
217 auto sourceCodeId = File::EntityId(state.ReadULeb128()); in Emit() local
Ddebug_helpers.h76 bool HandleSetSourceCode([[maybe_unused]] uint32_t sourceCodeId) const in HandleSetSourceCode()