Home
last modified time | relevance | path

Searched refs:GetObjectFileEntryPointAddress (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/entry-bp/
DTestExprEntryBP.py23 entry = bkpt.GetLocationAtIndex(0).GetAddress().GetModule().GetObjectFileEntryPointAddress()
/external/llvm-project/lldb/include/lldb/API/
DSBModule.h289 lldb::SBAddress GetObjectFileEntryPointAddress() const;
/external/llvm-project/lldb/source/API/
DSBModule.cpp671 lldb::SBAddress SBModule::GetObjectFileEntryPointAddress() const { in GetObjectFileEntryPointAddress() function in SBModule
673 GetObjectFileEntryPointAddress); in GetObjectFileEntryPointAddress()
766 GetObjectFileEntryPointAddress, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBModule.i345 GetObjectFileEntryPointAddress() const;