Searched refs:classic (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h23 namespace classic { namespace in namespace:llvm::dwarf_linker
29 friend dwarf_linker::classic::DwarfStreamer;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp339 std::unique_ptr<classic::DwarfStreamer> Streamer;
340 if (Expected<std::unique_ptr<classic::DwarfStreamer>> StreamerOrErr =
341 classic::DwarfStreamer::createStreamer(
474 return linkDebugInfoImpl<classic::DWARFLinker>(File, Options, OutStream);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h25 namespace classic { namespace in namespace:llvm::dwarf_linker
141 /// dsymutil-classic functionality.
189 } // end of namespace classic
H A DDWARFLinkerCompileUnit.h20 namespace classic { namespace in namespace:llvm::dwarf_linker
332 } // end of namespace classic
H A DDWARFStreamer.h30 namespace classic { namespace in namespace:llvm::dwarf_linker
328 } // end of namespace classic
H A DDWARFLinker.h33 namespace classic { namespace in namespace:llvm::dwarf_linker
836 } // end of namespace classic
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp19 using namespace dwarf_linker::classic;
H A DDWARFLinkerDeclContext.cpp18 using namespace dwarf_linker::classic;
52 // FIXME: dsymutil-classic compat: We should bail out here if we
97 // FIXME: For dsymutil-classic compatibility. I think uniquing within
126 // FIXME: dsymutil-classic compatibility. I'd rather not
153 // FIXME: dsymutil-classic won't unique the same type presented
158 // FIXME: dsymutil-classic compatibility: when we don't have a name,
184 // FIXME: dsymutil-classic compatibility. Union types aren't
H A DDWARFStreamer.cpp31 using namespace dwarf_linker::classic;
1088 // requirement with classic dsymutil makes it hard. Revisit that once this
H A DDWARFLinker.cpp44 using namespace dwarf_linker::classic;
576 // FIXME: dsymutil-classic compat. dsymutil-classic doesn't consider labels
763 // FIXME: compatibility with dsymutil-classic. UseODR shouldn't
767 // FIXME: compatibility with dsymutil-classic. There is no
2153 // Darwin's classic dsymutil. There is a nicer way to implement this
2383 // FIXME: dsymutil-classic compatibility. Ignore modules.
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c145 int classic; member in struct:mtree_writer
209 * classic format, it is set by default. */
365 if (mtree->classic) {
913 if (mtree->classic) {
917 * while generating classic format.
934 str = (mtree->indent || mtree->classic)? &mtree->ebuf : &mtree->buf;
936 if (!mtree->classic && me->parentdir.s) {
938 * If generating format is not classic one(v1), output
1043 if (mtree->indent || mtree->classic)
1114 if (!np->dir_info->virtual || mtree->classic) {
[all...]
/freebsd-current/share/mk/
H A Dbsd.linker.mk81 .elif ${_ld_version:[1]:S/-classic$//} == "@(\#)PROGRAM:ld"
/freebsd-current/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h142 __sstr.imbue(locale::classic());
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h507 __sstr.imbue(locale::classic());
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm255 correspond to the classic C<$a> and C<$b> that are available in a C<sort>
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c991 * This is the classic, battle-tested BIO submission code. Until we're totally
1522 * Set zfs_vdev_disk_classic=0 for new, =1 for classic
1538 zfs_vdev_disk_classic ? "classic" : "new");
1659 ZFS_MODULE_PARAM_CALL(zfs_vdev_disk, zfs_vdev_disk_, classic,
1661 "Use classic BIO submission method");
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp227 facets_ = locale::classic().__locale_->facets_;
493 // We don't do reference counting on the classic locale.
495 // expensive in parallel applications. The classic locale is used by default
499 locale::__imp::classic_locale_imp_(__uninitialized_tag{}); // initialized below in classic()
501 const locale& locale::classic() { function in class:locale
511 static __no_destroy<locale> g(locale::classic());

Completed in 356 milliseconds