Home
last modified time | relevance | path

Searched defs:symTab (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol_builder.cpp125 auto &symTab = GlobalTables::GetGsymTable(); in GetSymbolFromStIdx() local
128 auto &symTab = *func->GetSymTab(); in GetSymbolFromStIdx() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp262 auto &symTab = GlobalTables::GetGsymTable(); in EmitFunctionSymbolTable() local
265 auto &symTab = *func->GetSymTab(); in EmitFunctionSymbolTable() local
Demit.cpp630 auto &symTab = GlobalTables::GetGsymTable(); in EmitFunctionSymbolTable() local
633 auto &symTab = *func->GetSymTab(); in EmitFunctionSymbolTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_import.h155 std::vector<MIRSymbol *> symTab; variable
Dmir_function.h1576 MIRSymbolTable *symTab = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h606 std::vector<std::pair<Symbol, int64>> symTab; variable