Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp89 ELFSection &JTSection = EW.getJumpTableSection(); in finishFunction()
119 ELFSection &JTSection = EW.getJumpTableSection(); in finishFunction()
179 ELFSection &JTSection = EW.getJumpTableSection(); in emitJumpTables()
DELFWriter.h193 ELFSection &getJumpTableSection();
DELFWriter.cpp221 ELFSection &ELFWriter::getJumpTableSection() { in getJumpTableSection() function in ELFWriter