Home
last modified time | relevance | path

Searched refs:FF (Results 1 – 25 of 183) sorted by relevance

12345678

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DOpts.td4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
16 def addrsig : FF<"addrsig", "Display address-significance table">;
17 def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --section-headers, "
20 def arch_specific : FF<"arch-specific", "Display architecture-specific information">;
21 def bb_addr_map : FF<"bb-addr-map", "Display the BB address map section">;
22 def cg_profile : FF<"cg-profile", "Display call graph profile section">;
24 def dependent_libraries : FF<"dependent-libraries", "Display the dependent libraries section">;
25 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">;
26 def dyn_syms : FF<"dyn-syms", "Display the dynamic symbol table">;
27 def expand_relocs : FF<"expand-relocs", "Expand each shown relocation to multiple lines">;
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A DOpts.td4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
17 def debug_syms : FF<"debug-syms", "Show all symbols, even debugger only">;
18 def defined_only : FF<"defined-only", "Show only defined symbols">;
20 def dynamic : FF<"dynamic", "Display dynamic symbols instead of normal symbols">;
21 def export_symbols : FF<"export-symbols", "Export symbol list for all inputs">;
22 def extern_only : FF<"extern-only", "Show only external symbols">;
24 def help : FF<"help", "Display this help">;
25 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;
26 def no_sort : FF<"no-sort", "Show symbols in order encountered">;
27 def no_weak : FF<"no-weak", "Show only non-weak symbols">;
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBlocks.txt36 0080..00FF; Latin-1 Supplement
40 02B0..02FF; Spacing Modifier Letters
42 0370..03FF; Greek and Coptic
43 0400..04FF; Cyrillic
46 0590..05FF; Hebrew
47 0600..06FF; Arabic
51 07C0..07FF; NKo
56 08A0..08FF; Arabic Extended-A
58 0980..09FF; Bengali
71 10A0..10FF; Georgian
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp159 FunctionFeatures FF; in getFunctionFeatures() local
161 FF.InstructionHistogram.resize(InstrCount); in getFunctionFeatures()
163 FF.InstructionPairHistogram.resize(ImportantInstructionSuccessions.size()); in getFunctionFeatures()
180 ++FF.InstructionHistogram[ID]; in getFunctionFeatures()
183 ++FF.InstructionPairHistogram[PairIndex]; in getFunctionFeatures()
186 ++FF[NamedFeatureIndex::Calls]; in getFunctionFeatures()
190 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM); in getFunctionFeatures()
191 FF[NamedFeatureIndex::IsLocal] = F.hasLocalLinkage(); in getFunctionFeatures()
192 FF[NamedFeatureIndex::IsLinkOnceODR] = F.hasLinkOnceODRLinkage(); in getFunctionFeatures()
193 FF[NamedFeatureIndex::IsLinkOnce] = F.hasLinkOnceLinkage(); in getFunctionFeatures()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/
H A DOpts.td4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
15 def help : FF<"help", "Display this help">;
27 def strip_ifs_arch : FF<"strip-ifs-arch", "Strip target architecture information away from IFS outp…
28 def strip_ifs_bitwidth : FF<"strip-ifs-bitwidth", "Strip target bit width information away from IFS…
29 def strip_ifs_endianness : FF<"strip-ifs-endianness", "Strip target endianness information away fro…
30 def strip_ifs_target : FF<"strip-ifs-target", "Strip all target information away from IFS output">;
31 def strip_needed : FF<"strip-needed", "Strip needed libs from output">;
32 def strip_size : FF<"strip-size", "Remove object size from the output">;
33 def strip_undefined : FF<"strip-undefined", "Strip undefined symbols from IFS output">;
35 def version : FF<"version", "Display the version">;
[all …]
/openbsd-src/regress/usr.bin/dc/
H A Dt26.in2 FF.F
3 FF.F0
4 FF.F00
5 FF.F000
6 FF.F0000
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A DOpts.td4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
12 def common : FF<"common", "Print common symbols in the ELF file. When using Berkeley format, this i…
14 def help : FF<"help", "Display this help">;
16 def totals : FF<"totals", "Print totals of all objects - Berkeley format only">;
17 def version : FF<"version", "Display the version">;
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxfilt/
H A DOpts.td4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
17 def help : FF<"help", "Display this help">;
19 def types : FF<"types", "Attempt to demangle types as well as function names">;
20 def version : FF<"version", "Display the version">;
/openbsd-src/gnu/llvm/llvm/tools/llvm-strings/
H A DOpts.td4 class FF<string name, string help> : Flag<["--"], name>, HelpText<help>;
12 def all : FF<"all", "Silently ignored. Present for GNU strings compatibility">;
14 def help : FF<"help", "Display this help">;
17 def version : FF<"version", "Display the version">;
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dwrite.t644 my $u22c = "\x{FF}" x 8;
654 my $u22d = "\x{FF}" x 8;
698 my $u22h = "\x{FF}" x 8;
708 my $u22i = "\x{FF}" x 8;
755 $u23c = "\x{FF}" x 8;
766 my $temp = "\x{FF}" x 8;
815 $u23h = "\x{FF}" x 8;
825 $temp = "\x{FF}" x 8;
901 $u24c = "\x{FF}" x 8;
912 $u24d = "\x{FF}" x 8;
[all …]
/openbsd-src/gnu/llvm/lld/wasm/
H A DOptions.td7 class FF<string name> : Flag<["--"], name>;
179 def export_all: FF<"export-all">,
182 def export_table: FF<"export-table">,
185 def growable_table: FF<"growable-table">,
191 def import_memory: FF<"import-memory">,
197 def export_memory: FF<"export-memory">,
202 def shared_memory: FF<"shared-memory">,
205 def import_table: FF<"import-table">,
214 def no_entry: FF<"no-entry">,
217 def stack_first: FF<"stack-first">,
[all …]
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp714 FunctionFarmer FF; in getBody() local
722 FF = create_std_move_forward; in getBody()
725 FF = nullptr; in getBody()
730 FF = create_OSAtomicCompareAndSwap; in getBody()
732 FF = create_call_once; in getBody()
734 FF = llvm::StringSwitch<FunctionFarmer>(Name) in getBody()
740 if (FF) { Val = FF(C, D); } in getBody()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSNP.td18 // F3 0F 01 FF
23 // F2 0F 01 FF
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dinput.out_ascii20 U+07FF 0xdfbf <?><?> highest two-byte
28 U+07FF 0xe09fbf ??? highest obfuscated two-byte
51 U+07FF 0xf0809fbf ???? highest obfuscated two-byte
H A Dinput.out_utf820 U+07FF 0xdfbf ߿߿ highest two-byte
28 U+07FF 0xe09fbf ??? highest obfuscated two-byte
29 U+0800 0xe0a080 ࠀࠀ lowest three-byte
30 U+0FFF 0xe0bfbf ࿿࿿ end of first start byte
31 U+1000 0xe18080 ကက begin of second start byte
32 U+CFFF 0xecbfbf 쿿쿿 end of last normal start byte
33 U+D000 0xed8080 퀀퀀 begin of last start byte
34 U+D7FB 0xed9fbb ퟻퟻ highest valid public three-byte
35 U+D7FF 0xed9fbf ퟿퟿ highest public three-byte
36 U+D800 0xeda080 ??? lowest surrogate
[all …]
H A Dnogroff.out_ascii20 <FF><FF> <control> FORM FEED
100 ffff LATIN SMALL LIGATURE FF
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_cy.t72 ok($objCy->eq("Ff", "FF"));
93 ok($objCy->lt("Ff", "FF"));
114 ok($objCy->gt("Ff", "FF"));
/openbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c307 (void)write(ofd, FF, strlen(FF)); in printjob()
567 (void)write(ofd, FF, strlen(FF)); in print()
1007 (void)write(ofd, FF, strlen(FF)); in banner()
1035 (void)write(ofd, FF, strlen(FF)); in banner()
1303 if (cgetstr(bp, "ff", &FF) == -1) in init()
1304 FF = DEFFF; in init()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp421 const auto *FF = cast<MCFillFragment>(this); in dump() local
422 OS << " Value:" << static_cast<unsigned>(FF->getValue()) in dump()
423 << " ValueSize:" << static_cast<unsigned>(FF->getValueSize()) in dump()
424 << " NumValues:" << FF->getNumValues(); in dump()
/openbsd-src/gnu/llvm/lld/ELF/
H A DOptions.td7 class FF<string name> : Flag<["--"], name>;
129 def cref: FF<"cref">,
251 def ignore_data_address_equality: FF<"ignore-data-address-equality">,
301 def no_warnings: FF<"no-warnings">, HelpText<"Suppress warnings and cancel --fatal-warnings">;
310 def omagic: FF<"omagic">, MetaVarName<"<magic>">,
417 def : FF<"time-trace">, Alias<time_trace_eq>,
462 def power10_stubs: FF<"power10-stubs">, Alias<power10_stubs_eq>, AliasArgs<["yes"]>,
464 def no_power10_stubs: FF<"no-power10-stubs">, Alias<power10_stubs_eq>, AliasArgs<["no"]>,
507 def visual_studio_diagnostics_format : FF<"vs-diagnostics">,
555 def lto_debug_pass_manager: FF<"lto-debug-pass-manager">,
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.f3 NAMELIST /LIST/ TF,TT,FF,XYZ local
/openbsd-src/games/monop/
H A Dcards.inp1 FF
60 FF
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/
H A DBig5.pm39 516C 5197 51F6 5206 5207 5208 52FB 52FE 52FF 5316
147 56FF 5782 578B 57A0 57A3 57A2 57CE 57AE 5793 5955
148 5951 594F 594E 5950 59DC 59D8 59FF 59E3 59E8 5A03
157 662F 661F 6628 6631 6624 66F7 67FF 67D3 67F1 67D4
195 62FF 634E 633E 632F 6355 6342 6346 634F 6349 633A
290 6691 667A 667E 6677 66FE 66FF 671F 671D 68FA 68D5
342 745C 7576 7578 7600 75F0 7601 75F2 75F1 75FA 75FF
430 852D 8513 8511 8523 8521 8514 84EC 8525 84FF 8506
500 96D6 971C 971E 97A0 97D3 9846 98B6 9935 9A01 99FF
550 97FF 9867 9865 9957 9A45 9A43 9A40 9A3E 9ACF 9B54
[all …]
H A DGB2312.pm178 72C2 6846 77FF 7736 65F7 51B5 4E8F 76D4 5CBF 7AA5
220 76EE 7766 7267 7A46 62FF 54EA 5450 94A0 90A3 5A1C
276 9A76 59CB 5F0F 793A 58EB 4E16 67FF 4E8B 62ED 8A93
299 4F53 66FF 568F 60D5 6D95 5243 5C49 5929 6DFB 586B
318 5348 821E 4F0D 4FAE 575E 620A 96FE 6664 7269 52FF
374 7CDF 51FF 85FB 67A3 65E9 6FA1 86A4 8E81 566A 9020
399 914C 5544 7740 707C 6D4A 5179 54A8 8D44 59FF 6ECB
436 52A2 52AC 52AD 52BE 54FF 52D0 52D6 52F0 53DF 71EE
444 5880 99A8 9F19 61FF 8279 827D 827F 828F 828A 82A8
461 84F0 8539 851F 853A 8556 853B 84FF 84FC 8559 8548
[all …]
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1016.crt22 hQCyfp9MQfrYuG5vwPxnpAZZ26Ev6t/FF+mrpFn700XzEITGl7s=

12345678