Searched refs:startFunctionBody (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.h159 virtual uint8_t *startFunctionBody(const llvm::Function *F,
168 // included in the 'actualsize' returned by startFunctionBody.
177 // This passes in FunctionStart (which was returned by the startFunctionBody
186 // cannot be called between calls to startFunctionBody and endFunctionBody.
193 // from a call to startFunctionBody() that hasn't been deallocated yet. This
H A DCodeMemoryManager.cpp132 uint8_t *CodeMemoryManager::startFunctionBody(const llvm::Function *F, function in class:bcc::CodeMemoryManager
146 // This passes in FunctionStart (which was returned by the startFunctionBody
174 // cannot be called between calls to startFunctionBody and endFunctionBody.
214 // from a call to startFunctionBody() that hasn't been deallocated yet. This
H A DCodeEmitter.cpp1165 mpMemMgr->startFunctionBody(F.getFunction(), ActualSize);

Completed in 381 milliseconds