Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.h100 llvm::MachineConstantPool *mpConstantPool; variable
210 bccAssert(Index < mpConstantPool->getConstants().size() && in getConstantPoolEntryAddress()
DCodeEmitter.cpp87 mpConstantPool(NULL), in CodeEmitter()
748 mpConstantPool = MCP; in emitConstantPool()