Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp89 ELFSection &JTSection = EW.getJumpTableSection(); in finishFunction() local
96 JTSection.addRelocation(MR); in finishFunction()
119 ELFSection &JTSection = EW.getJumpTableSection(); in finishFunction() local
121 MR.setConstantVal(JTSection.SectionIdx); in finishFunction()
179 ELFSection &JTSection = EW.getJumpTableSection(); in emitJumpTables() local
186 JTLocations.push_back(JTSection.size()); in emitJumpTables()
193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]); in emitJumpTables()
200 JTSection.emitByte(0); in emitJumpTables()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h211 const SectionRef &JTSection, in populateJumpTable() argument
214 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h211 const SectionRef &JTSection, in populateJumpTable() argument
214 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()