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

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeMemoryManager.h181 virtual void endFunctionBody(const llvm::Function *F,
186 // cannot be called between calls to startFunctionBody and endFunctionBody.
H A DCodeMemoryManager.cpp150 void CodeMemoryManager::endFunctionBody(const llvm::Function *F, function in class:bcc::CodeMemoryManager
174 // cannot be called between calls to startFunctionBody and endFunctionBody.
H A DCodeEmitter.cpp1199 mpMemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);
1265 mpMemMgr->endFunctionBody(F.getFunction(), BufferBegin, CurBufferPtr);

Completed in 49 milliseconds