Home
last modified time | relevance | path

Searched defs:GetEntryPoint (Results 1 – 4 of 4) sorted by relevance

/external/vixl/examples/aarch32/
Dexamples.h62 T GetEntryPoint(const Label& entry_point, InstructionSet isa) const { in GetEntryPoint() function
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp522 addr_t DynamicLoaderHexagonDYLD::GetEntryPoint() { in GetEntryPoint() function in DynamicLoaderHexagonDYLD
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp634 addr_t DynamicLoaderPOSIXDYLD::GetEntryPoint() { in GetEntryPoint() function in DynamicLoaderPOSIXDYLD
/external/deqp-deps/amber/src/
Dpipeline.h100 const std::string& GetEntryPoint() const { return entry_point_; } in GetEntryPoint() function