Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp90 for (std::vector<MachineRelocation>::iterator MRI = JTRelocations.begin(), in finishFunction()
91 MRE = JTRelocations.end(); MRI != MRE; ++MRI) { in finishFunction()
130 JTRelocations.clear(); in finishFunction()
196 JTRelocations.push_back(MR); in emitJumpTables()
DELFCodeEmitter.h36 std::vector<MachineRelocation> JTRelocations; variable