Home
last modified time | relevance | path

Searched defs:SBI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dnc_win32.h166 CONSOLE_SCREEN_BUFFER_INFO SBI; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h181 section_iterator SBI = getSectionByAddress(Obj, AddrB); in processSECTDIFFRelocation() local
H A DRuntimeDyldMachOARM.h392 section_iterator SBI = getSectionByAddress(MachO, AddrB); in processHALFSECTDIFFRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp888 auto *SBI = cast<Instruction>(getContext().getValue(&*BB->begin())); in front() local
896 auto *SBI = cast<Instruction>(getContext().getValue(&*BB->rbegin())); in back() local
920 auto *SBI = dyn_cast<Instruction>(SBV); in dump() local
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c143 CONSOLE_SCREEN_BUFFER_INFO SBI; member