OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateSerializedSize
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSymbolRVASubsection.cpp
33
uint32_t DebugSymbolRVASubsection::
calculateSerializedSize
() const {
DebugSymbolsSubsection.cpp
18
uint32_t DebugSymbolsSubsection::
calculateSerializedSize
() const {
DebugCrossExSubsection.cpp
39
uint32_t DebugCrossModuleExportsSubsection::
calculateSerializedSize
() const {
DebugSubsectionRecord.cpp
61
uint32_t DataSize = Subsection ? Subsection->
calculateSerializedSize
()
77
uint32_t DataSize = Subsection ? Subsection->
calculateSerializedSize
()
DebugFrameDataSubsection.cpp
36
uint32_t DebugFrameDataSubsection::
calculateSerializedSize
() const {
DebugChecksumsSubsection.cpp
90
uint32_t DebugChecksumsSubsection::
calculateSerializedSize
() const {
DebugCrossImpSubsection.cpp
63
uint32_t DebugCrossModuleImportsSubsection::
calculateSerializedSize
() const {
DebugInlineeLinesSubsection.cpp
66
uint32_t DebugInlineeLinesSubsection::
calculateSerializedSize
() const {
DebugStringTableSubsection.cpp
60
uint32_t DebugStringTableSubsection::
calculateSerializedSize
() const {
DebugLinesSubsection.cpp
137
uint32_t DebugLinesSubsection::
calculateSerializedSize
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsection.h
42
virtual uint32_t
calculateSerializedSize
() const = 0;
DebugSymbolsSubsection.h
43
uint32_t
calculateSerializedSize
() const override;
DebugCrossExSubsection.h
57
uint32_t
calculateSerializedSize
() const override;
DebugCrossImpSubsection.h
82
uint32_t
calculateSerializedSize
() const override;
DebugFrameDataSubsection.h
50
uint32_t
calculateSerializedSize
() const override;
DebugStringTableSubsection.h
73
uint32_t
calculateSerializedSize
() const override;
DebugSymbolRVASubsection.h
54
uint32_t
calculateSerializedSize
() const override;
DebugChecksumsSubsection.h
86
uint32_t
calculateSerializedSize
() const override;
DebugInlineeLinesSubsection.h
103
uint32_t
calculateSerializedSize
() const override;
DebugLinesSubsection.h
128
uint32_t
calculateSerializedSize
() const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBStringTableBuilder.cpp
139
uint32_t PDBStringTableBuilder::
calculateSerializedSize
() const {
142
Size += Strings.
calculateSerializedSize
();
158
H.ByteSize = Strings.
calculateSerializedSize
();
216
Writer.split(Strings.
calculateSerializedSize
());
DbiStreamBuilder.cpp
107
ECNamesBuilder.
calculateSerializedSize
();
272
H->ECSubstreamSize = ECNamesBuilder.
calculateSerializedSize
();
292
NewFpoData->
calculateSerializedSize
();
PDBFileBuilder.cpp
133
uint32_t StringsLen = Strings.
calculateSerializedSize
();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBStringTableBuilder.h
52
uint32_t
calculateSerializedSize
() const;
Completed in 32 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026