Home
last modified time | relevance | path

Searched refs:getConstantPoolSection (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h194 ELFSection &getConstantPoolSection(MachineConstantPoolEntry &CPE);
DELFCodeEmitter.cpp153 ELFSection &CstPool = EW.getConstantPoolSection(CPE); in emitConstantPool()
DELFWriter.cpp230 ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &CPE) { in getConstantPoolSection() function in ELFWriter