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

  /external/llvm/lib/CodeGen/
ELFCodeEmitter.h 48 /// emitConstantPool - For each constant pool entry, figure out which
50 void emitConstantPool(MachineConstantPool *MCP);
ELFCodeEmitter.cpp 64 emitConstantPool(MF.getConstantPool());
139 /// emitConstantPool - For each constant pool entry, figure out which section
141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) {
  /external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h 148 /// emitConstantPool - For each constant pool entry, figure out which section
151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
154 /// the constant pool that was last emitted with the emitConstantPool method.
158 /// the constant pool that was last emitted with the emitConstantPool method.
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 208 // last emitted with the emitConstantPool method.
284 void emitConstantPool(llvm::MachineConstantPool *MCP);
CodeEmitter.cpp 731 void CodeEmitter::emitConstantPool(llvm::MachineConstantPool *MCP) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 396 void emitConstantPool(MachineConstantPool *MCP);
801 emitConstantPool(F.getConstantPool());
    [all...]

Completed in 103 milliseconds