Home
last modified time | relevance | path

Searched refs:TAB (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp26 const Triple &T, MCContext &Ctx, std::unique_ptr<MCAsmBackend> TAB, in createMCObjectStreamer() argument
36 S = COFFStreamerCtorFn(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
41 S = MachOStreamerCtorFn(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
44 S = createMachOStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
49 S = ELFStreamerCtorFn(T, Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
52 S = createELFStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
56 S = createWasmStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
60 S = createGOFFStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
64 S = XCOFFStreamerCtorFn(T, Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
68 S = createSPIRVStreamer(Ctx, std::move(TAB), std::move(OW), in createMCObjectStreamer()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.h29 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument
32 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
36 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument
40 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h90 std::unique_ptr<MCAsmBackend> &&TAB);
93 std::unique_ptr<MCAsmBackend> &&TAB,
97 std::unique_ptr<MCAsmBackend> &&TAB,
101 std::unique_ptr<MCAsmBackend> &&TAB,
107 std::unique_ptr<MCAsmBackend> &&TAB,
111 std::unique_ptr<MCAsmBackend> &&TAB,
115 std::unique_ptr<MCAsmBackend> &&TAB,
190 std::unique_ptr<MCAsmBackend> &&TAB,
194 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB,
198 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB,
[all …]
H A DMCDXContainerStreamer.h30 MCDXContainerStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MCDXContainerStreamer() argument
33 : MCObjectStreamer(Context, std::move(TAB), std::move(OW), in MCDXContainerStreamer()
H A DMCSPIRVStreamer.h27 MCSPIRVStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MCSPIRVStreamer() argument
30 : MCObjectStreamer(Context, std::move(TAB), std::move(OW), in MCSPIRVStreamer()
H A DMCWasmStreamer.h25 MCWasmStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MCWasmStreamer() argument
28 : MCObjectStreamer(Context, std::move(TAB), std::move(OW), in MCWasmStreamer()
H A DMCELFStreamer.h34 MCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
153 std::unique_ptr<MCAsmBackend> TAB,
/freebsd/usr.bin/colrm/
H A Dcolrm.c45 #define TAB 8 macro
106 column = (column + TAB) & ~(TAB - 1); in main()
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr27 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
28 hline_alnum_space_tab_enter="Use alpha-numeric, SPACE, TAB or ENTER"
29 hline_alnum_tab_enter="Use alpha-numeric, TAB or ENTER"
30 hline_arrows_space_tab_enter="Use arrows, SPACE, TAB or ENTER"
31 hline_arrows_tab_enter="Press arrows, TAB or ENTER"
32 hline_num_arrows_tab_enter="Use numbers, arrows, TAB or ENTER"
33 hline_num_tab_enter="Use numbers, TAB or ENTER"
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp45 MipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MipsNaClELFStreamer() argument
48 : MipsELFStreamer(Context, std::move(TAB), std::move(OW), in MipsNaClELFStreamer()
263 createMipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in createMipsNaClELFStreamer() argument
267 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createMipsNaClELFStreamer()
H A DMipsMCNaCl.h26 createMipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
/freebsd/usr.sbin/bsdconfig/include/
H A Dusage.hlp16 TAB Move to next item or group.
17 RIGHT ARROW Move to next item or group (same as TAB).
18 SHIFT-TAB Move to previous item or group.
19 LEFT ARROW Move to previous item or group (same as SHIFT-TAB).
34 the previous menu. Use TAB to move the cursor around and select the
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp54 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer() argument
56 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
60 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer() argument
63 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
H A DHexagonMCELFStreamer.h24 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
28 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
/freebsd/usr.bin/column/
H A Dcolumn.c46 #define TAB 8 macro
127 maxlength = roundup(maxlength + 1, TAB); in main()
157 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in c_columnate()
185 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in r_columnate()
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-lib.sh.in6 TAB=" "
50 while IFS="${TAB}" read -r dataset mountpoint canmount; do
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp179 AArch64ELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AArch64ELFStreamer() argument
182 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AArch64ELFStreamer()
336 std::unique_ptr<MCAsmBackend> TAB, in createAArch64ELFStreamer() argument
340 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createAArch64ELFStreamer()
H A DAArch64WinCOFFStreamer.h22 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
H A DAArch64ELFStreamer.h21 std::unique_ptr<MCAsmBackend> TAB,
H A DAArch64MCTargetDesc.cpp382 std::unique_ptr<MCAsmBackend> &&TAB, in createELFStreamer() argument
385 return createAArch64ELFStreamer(Ctx, std::move(TAB), std::move(OW), in createELFStreamer()
390 createMachOStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, in createMachOStreamer() argument
393 return createMachOStreamer(Ctx, std::move(TAB), std::move(OW), in createMachOStreamer()
399 createWinCOFFStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, in createWinCOFFStreamer() argument
402 return createAArch64WinCOFFStreamer(Ctx, std::move(TAB), std::move(OW), in createWinCOFFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h111 CSKYELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in CSKYELFStreamer() argument
114 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in CSKYELFStreamer()
/freebsd/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h14 #define TAB 271 macro
/freebsd/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h17 #define TAB 271 macro
/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr26 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
27 hline_arrows_tab_enter="Press arrows, TAB or ENTER"
69 …m's\nstartup configuration. Use [SPACE] or [ENTER] to select items, and\n[TAB] to move to the but…
/freebsd/contrib/dialog/
H A Dinputstr.c425 if (string[inx_wchars[inx]] == TAB) { in dlg_index_columns()
462 if (ch == TAB) in dlg_index_columns()
539 case TAB: in dlg_edit_string()
732 } else if (ch == TAB) { in dlg_show_string()

1234