Searched defs:baseAddr (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | debug_info.cpp | 159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges() 194 Dwarf_Addr baseAddr = 0; in IterateDieRanges() local 608 Dwarf_Addr baseAddr = 0; in GetDieRangeForPc() local 624 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, in FindRangeForPc()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | gdb_jit.cpp | 226 bool CopyStrTab(uintptr_t baseAddr, const StubAnInfo &info) in CopyStrTab() 273 void ConstructEhdrAndPhdr(Elf64_Ehdr *newEhdr, Elf64_Shdr *newShdrtab, uintptr_t baseAddr, const St… in ConstructEhdrAndPhdr() 310 void ConstructShdrTab(Elf64_Shdr *newShdrTab, Elf64_Sym *newSymtab, uintptr_t baseAddr, void *ehFra… in ConstructShdrTab()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 579 BaseNode *baseAddr, BaseNode *rhs, BlockNode *block) in WriteBitField() 620 BaseNode *baseAddr) in ReadBitField() 664 auto *baseAddr = builder->CreateExprAddrof(0, dread.GetStIdx()); in LowerDreadBitfield() local 772 auto *baseAddr = builder->CreateExprAddrof(0, dassign.GetStIdx()); in LowerDassignBitfield() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1585 LLVMValueRef baseAddr = GetLValue(base); in VisitLoad() local 1615 LLVMValueRef baseAddr = GetLValue(base); in VisitStore() local 1726 LLVMValueRef LLVMIRBuilder::PointerAdd(LLVMValueRef baseAddr, LLVMValueRef offsetInByte, LLVMTypeRe… in PointerAdd()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1004 Expr baseAddr = GetExprFromGate(base); in VisitLoad() local 2538 Expr baseAddr = GetExprFromGate(base); in VisitStore() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2727 auto *baseAddr = ireadoff.Opnd(0); in SelectIreadoff() local
|