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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DObjectCodeEmitter.cpp126 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
128 uintptr_t ObjectCodeEmitter::getConstantPoolEntryAddress(unsigned Index) const { function in class:llvm::ObjectCodeEmitter
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp432 virtual uintptr_t getConstantPoolEntryAddress(unsigned Entry) const;
866 (void*)getConstantPoolEntryAddress(MR.getConstantPoolIndex());
1220 // getConstantPoolEntryAddress - Return the address of the 'ConstantNum' entry
1224 uintptr_t JITEmitter::getConstantPoolEntryAddress(unsigned ConstantNum) const { function in class:JITEmitter

Completed in 459 milliseconds