Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp153 ELFSection &CstPool = EW.getConstantPoolSection(CPE); in emitConstantPool() local
154 CPLocations.push_back(CstPool.size()); in emitConstantPool()
155 CPSections.push_back(CstPool.SectionIdx); in emitConstantPool()
161 EW.EmitGlobalConstant(CPE.Val.ConstVal, CstPool); in emitConstantPool()