Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DObjectCodeEmitter.cpp129 assert(CPLocations.size() > Index && "CP not emitted!"); in getConstantPoolEntryAddress()
130 return CPLocations[Index]; in getConstantPoolEntryAddress()
DELFCodeEmitter.cpp132 CPLocations.clear(); in finishFunction()
154 CPLocations.push_back(CstPool.size()); in emitConstantPool()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h46 std::vector<uintptr_t> CPLocations; variable