Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAssembler.h68 enum KindTy { Data = 1, JumpTable8, JumpTable16, JumpTable32 } Kind; enumerator
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp275 emitDataRegion(DataRegionData::JumpTable8); in emitDataRegion()