Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DObjectCodeEmitter.cpp122 assert(JTLocations.size() > Index && "JT not emitted!"); in getJumpTableEntryAddress()
123 return JTLocations[Index]; in getJumpTableEntryAddress()
DELFCodeEmitter.cpp134 JTLocations.clear(); in finishFunction()
186 JTLocations.push_back(JTSection.size()); in emitJumpTables()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h54 std::vector<uintptr_t> JTLocations; variable