Home
last modified time | relevance | path

Searched refs:GetStartAddress (Results 1 – 25 of 113) sorted by relevance

12345

/external/vixl/test/aarch64/
Dtest-disasm-aarch64.h57 Instruction* start = masm.GetBuffer()->GetStartAddress<Instruction*>(); \
72 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
73 uint32_t encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
94 decoder.Decode(masm.GetBuffer()->GetStartAddress<Instruction*>()); \
95 uint32_t encoding = *masm.GetBuffer()->GetStartAddress<uint32_t*>(); \
113 masm.GetBuffer()->GetStartAddress<Instruction*>(); \
Dtest-assembler-aarch64.h193 simulator.RunFrom(masm.GetBuffer()->GetStartAddress<Instruction*>())
251 ExecuteMemory(masm.GetBuffer()->GetStartAddress<byte*>(), \
274 Instruction* infra_start = buffer->GetStartAddress<Instruction*>(); \
/external/llvm-project/lldb/test/API/python_api/function_symbol/
DTestDisasmAPI.py66 address1 = lineEntry.GetStartAddress()
105 sa1 = symbol.GetStartAddress()
108 sa2 = function.GetStartAddress()
DTestSymbolAPI.py66 addr_line1 = symbol_line1.GetStartAddress()
83 addr_line2 = symbol_line2.GetStartAddress()
/external/llvm-project/lldb/bindings/interface/
DSBLineEntry.i50 GetStartAddress () const;
94 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
DSBSymbol.i49 GetStartAddress ();
85 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
DSBFunction.i75 GetStartAddress ();
121 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
/external/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
Dresolver.py32 self.bkpt.AddLocation(sym_ctx.function.GetStartAddress())
38 self.bkpt.AddLocation(sym.GetStartAddress())
/external/llvm-project/lldb/source/API/
DSBLineEntry.cpp53 SBAddress SBLineEntry::GetStartAddress() const { in GetStartAddress() function in SBLineEntry
55 GetStartAddress); in GetStartAddress()
201 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBLineEntry, GetStartAddress, in RegisterMethods()
DSBSymbol.cpp149 SBAddress SBSymbol::GetStartAddress() { in GetStartAddress() function in SBSymbol
150 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBSymbol, GetStartAddress); in GetStartAddress()
228 LLDB_REGISTER_METHOD(lldb::SBAddress, SBSymbol, GetStartAddress, ()); in RegisterMethods()
DSBFunction.cpp150 SBAddress SBFunction::GetStartAddress() { in GetStartAddress() function in SBFunction
151 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBFunction, GetStartAddress); in GetStartAddress()
264 LLDB_REGISTER_METHOD(lldb::SBAddress, SBFunction, GetStartAddress, ()); in RegisterMethods()
/external/vixl/test/
Dtest-code-buffer.cc64 buffer.GetStartAddress<uintptr_t>()); in TestDefaultsHelper()
161 VIXL_CHECK(memcmp(buffer.GetStartAddress<const void*>(), in TEST()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_lineentry.py9 obj.GetStartAddress()
Dsb_symbol.py12 obj.GetStartAddress()
Dsb_function.py12 sa = obj.GetStartAddress()
/external/vixl/examples/aarch32/
Dgetting-started.cc59 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
Dabs.cc58 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
/external/vixl/benchmarks/aarch64/
Dbench-mixed-sim.cc73 masm.GetBuffer()->GetStartAddress<const Instruction*>(); in main()
Dbench-mixed-disasm.cc70 masm.GetBuffer()->GetStartAddress<const Instruction*>(); in main()
/external/llvm-project/lldb/test/API/tools/intel-features/intel-pt/test/
DTestIntelPTSimpleBinary.py50 .GetStartAddress().GetLoadAddress(target)
/external/llvm-project/lldb/include/lldb/API/
DSBSymbol.h44 SBAddress GetStartAddress();
DSBLineEntry.h28 lldb::SBAddress GetStartAddress() const;
DSBFunction.h43 lldb::SBAddress GetStartAddress();
/external/llvm-project/lldb/test/API/functionalities/unwind/noreturn/module-end/
DTestNoReturnModuleEnd.py39 function_start = symbol.GetStartAddress().GetLoadAddress(target)
/external/vixl/src/
Dassembler-base-vixl.h93 T GetStartAddress() const) {

12345