/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.h | 57 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*>(); \
|
D | test-assembler-aarch64.h | 193 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/ |
D | TestDisasmAPI.py | 66 address1 = lineEntry.GetStartAddress() 105 sa1 = symbol.GetStartAddress() 108 sa2 = function.GetStartAddress()
|
D | TestSymbolAPI.py | 66 addr_line1 = symbol_line1.GetStartAddress() 83 addr_line2 = symbol_line2.GetStartAddress()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBLineEntry.i | 50 GetStartAddress () const; 94 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
|
D | SBSymbol.i | 49 GetStartAddress (); 85 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
|
D | SBFunction.i | 75 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/ |
D | resolver.py | 32 self.bkpt.AddLocation(sym_ctx.function.GetStartAddress()) 38 self.bkpt.AddLocation(sym.GetStartAddress())
|
/external/llvm-project/lldb/source/API/ |
D | SBLineEntry.cpp | 53 SBAddress SBLineEntry::GetStartAddress() const { in GetStartAddress() function in SBLineEntry 55 GetStartAddress); in GetStartAddress() 201 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBLineEntry, GetStartAddress, in RegisterMethods()
|
D | SBSymbol.cpp | 149 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()
|
D | SBFunction.cpp | 150 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/ |
D | test-code-buffer.cc | 64 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/ |
D | sb_lineentry.py | 9 obj.GetStartAddress()
|
D | sb_symbol.py | 12 obj.GetStartAddress()
|
D | sb_function.py | 12 sa = obj.GetStartAddress()
|
/external/vixl/examples/aarch32/ |
D | getting-started.cc | 59 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
|
D | abs.cc | 58 byte* code = masm.GetBuffer()->GetStartAddress<byte*>(); in main()
|
/external/vixl/benchmarks/aarch64/ |
D | bench-mixed-sim.cc | 73 masm.GetBuffer()->GetStartAddress<const Instruction*>(); in main()
|
D | bench-mixed-disasm.cc | 70 masm.GetBuffer()->GetStartAddress<const Instruction*>(); in main()
|
/external/llvm-project/lldb/test/API/tools/intel-features/intel-pt/test/ |
D | TestIntelPTSimpleBinary.py | 50 .GetStartAddress().GetLoadAddress(target)
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBSymbol.h | 44 SBAddress GetStartAddress();
|
D | SBLineEntry.h | 28 lldb::SBAddress GetStartAddress() const;
|
D | SBFunction.h | 43 lldb::SBAddress GetStartAddress();
|
/external/llvm-project/lldb/test/API/functionalities/unwind/noreturn/module-end/ |
D | TestNoReturnModuleEnd.py | 39 function_start = symbol.GetStartAddress().GetLoadAddress(target)
|
/external/vixl/src/ |
D | assembler-base-vixl.h | 93 T GetStartAddress() const) {
|