Home
last modified time | relevance | path

Searched refs:functionAddress (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DDLL.cpp347 unsigned int functionAddress = codePage + function->location; in emit() local
348 unsigned int functionEntry = functionAddress + (int)((size_t)function->entry - (size_t)buffer); in emit()
/external/libunwind_llvm/src/
DUnwindCursor.hpp680 typename A::pint_t operator*() const { return functionAddress(); } in operator *()
682 typename A::pint_t functionAddress() const { in functionAddress() function
714 pint_t thisPC = itThisPC.functionAddress(); in getInfoFromEHABISection()
715 pint_t nextPC = itNextPC.functionAddress(); in getInfoFromEHABISection()