Home
last modified time | relevance | path

Searched refs:vtables (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/krb5/src/kdc/
H A Dkdc_preauth.c123 struct krb5_kdcpreauth_vtable_st *vtables; in get_plugin_vtables() local
146 vtables = calloc(count + 1, sizeof(*vtables)); in get_plugin_vtables()
147 if (vtables == NULL) in get_plugin_vtables()
150 if ((*pl)(context, 1, 2, (krb5_plugin_vtable)&vtables[n_tables]) == 0) in get_plugin_vtables()
154 for (count = 0; vtables[i].pa_type_list[count] != 0; count++); in get_plugin_vtables()
157 *vtables_out = vtables; in get_plugin_vtables()
188 struct krb5_kdcpreauth_vtable_st *vtables = NULL, *vt; in load_preauth_plugins() local
195 get_plugin_vtables(context, &vtables, &n_tables, &n_systems); in load_preauth_plugins()
209 vt = &vtables[i]; in load_preauth_plugins()
259 free(vtables); in load_preauth_plugins()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td664 defm lto_known_safe_vtables : EEq<"lto-known-safe-vtables",
665 …"When --lto-validate-all-vtables-have-type-infos is enabled, skip validation on these vtables (_ZT…
669 defm lto_validate_all_vtables_have_type_infos: BB<"lto-validate-all-vtables-have-type-infos",
670 "Validate that all vtables have type infos for LTO link",
671 "Do not validate that all vtables have type infos for LTO link">;
/freebsd/lib/libcxxrt/
H A DVersion.map43 # vtables typeinfo classes.
H A DVersion.map.arm44 # vtables typeinfo classes.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def286 LANGOPT(DumpVTableLayouts , 1, 0, Benign, "dumping the layouts of emitted vtables")
416 LANGOPT(ForceEmitVTables, 1, 0, NotCompatible, "whether to emit all vtables")
H A DCodeGenOptions.def420 /// Whether to emit all vtables
H A DDiagnosticSemaKinds.td1956 InGroup<DiagGroup<"weak-vtables">>, DefaultIgnore;
1959 InGroup<DiagGroup<"weak-template-vtables">>, DefaultIgnore;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1596 defm assume_unique_vtables : BoolFOption<"assume-unique-vtables",
3043 Flag<["-"], "fexperimental-relative-c++-abi-vtables">,
3047 Flag<["-"], "fno-experimental-relative-c++-abi-vtables">,
4189 def : Flag<["-"], "fterminated-vtables">, Alias<fapple_kext>;
4382 defm whole_program_vtables : BoolFOption<"whole-program-vtables",
4392 defm force_emit_vtables : BoolFOption<"force-emit-vtables",
4397 DocBrief<[{In order to improve devirtualization, forces emitting of vtables even in
7707 HelpText<"Dump the layouts of all vtables that will be emitted in a translation unit">,