Searched defs:getFuncCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFSectionSymTab.hxx32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const { function in class:ELFSectionSymTab
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h107 size_t getFuncCount() const { function in class:bcc::ScriptCached
H A DScriptCompiled.h110 size_t getFuncCount() const { function in class:bcc::ScriptCompiled
H A DScript.cpp559 size_t Script::getFuncCount() const { function in class:bcc::Script
562 return mCompiled->getFuncCount();
566 return mCached->getFuncCount();

Completed in 101 milliseconds