OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serialize
(Results
1 - 25
of
167
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SimpleTypeSerializer.h
29
template <typename T> ArrayRef<uint8_t>
serialize
(T &Record);
32
ArrayRef<uint8_t>
serialize
(const FieldListRecord &Record) = delete;
/src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
RemarkStringTable.h
9
// This class is used to deduplicate and
serialize
a string table used for
60
///
Serialize
the string table to a stream. It is serialized as a little
64
void
serialize
(raw_ostream &OS) const;
65
///
Serialize
the string table to a vector. This allows users to do the actual
68
std::vector<StringRef>
serialize
() const;
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.h
44
/// The
serialize
will process all FunctionCallTrie instances in memory, and
59
void
serialize
();
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkStringTable.cpp
56
void StringTable::
serialize
(raw_ostream &OS) const {
function in class:StringTable
58
for (StringRef Str :
serialize
()) {
65
std::vector<StringRef> StringTable::
serialize
() const {
function in class:StringTable
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp
35
ArrayRef<uint8_t> SimpleTypeSerializer::
serialize
(T &Record) {
function in class:SimpleTypeSerializer
62
template ArrayRef<uint8_t> llvm::codeview::SimpleTypeSerializer::
serialize
( \
/src/external/gpl3/binutils/lib/libgnuctf/arch/aarch64/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/aarch64eb/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/alpha/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/earm/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/earmhf/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-qsort_r.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/earmhfeb/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/hppa/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/i386/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/ia64/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/m68000/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/m68k/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/mips64eb/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/mips64el/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/mipseb/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/mipsel/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/mipsn64eb/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/mipsn64el/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/powerpc/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/powerpc64/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
/src/external/gpl3/binutils/lib/libgnuctf/arch/riscv32/
defs.mk
5
G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-
serialize
.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
Completed in 31 milliseconds
1
2
3
4
5
6
7
Indexes created Wed Jun 10 00:26:05 UTC 2026