HomeSort by relevance Sort by last modified time
    Searched refs:getConstantPoolEntryAddress (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 310 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
313 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const = 0;
MachineCodeEmitter.h 307 /// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
310 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const = 0;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 428 virtual uintptr_t getConstantPoolEntryAddress(unsigned Entry) const;
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 454 DispVal += MCE.getConstantPoolEntryAddress(Op3.getIndex());
    [all...]

Completed in 97 milliseconds