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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp412 uintptr_t getConstantPoolEntryAddress(unsigned Entry) const override;
856 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex());
1170 // getConstantPoolEntryAddress - Return the address of the 'ConstantNum' entry
1174 uintptr_t JITEmitter::getConstantPoolEntryAddress(unsigned ConstantNum) const { function in class:JITEmitter

Completed in 569 milliseconds