Home
last modified time | relevance | path

Searched defs:abbrevId (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddebug_info.h534 uint32 abbrevId; // id in .debug_abbrev variable
586 uint32 abbrevId; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp313 void AsmAssembler::EmitDIDebugInfoSectionAbbrevId(bool verbose, uint32 abbrevId, const std::string … in EmitDIDebugInfoSectionAbbrevId()
498 void AsmAssembler::EmitDIDebugAbbrevDiae(bool verbose, uint32 abbrevId, uint32 tag, const std::stri… in EmitDIDebugAbbrevDiae()
Dx64_emitter.cpp2443 uint32 abbrevId = die->GetAbbrevId(); in EmitDIDebugInfoSection() local
Delf_assembler.cpp1074 void ElfAssembler::EmitDIDebugInfoSectionAbbrevId(bool verbose, uint32 abbrevId, const std::string … in EmitDIDebugInfoSectionAbbrevId()
1191 void ElfAssembler::EmitDIDebugAbbrevDiae(bool verbose, uint32 abbrevId, uint32 tag, const std::stri… in EmitDIDebugAbbrevDiae()