HomeSort by relevance Sort by last modified time
    Searched refs:calculateSerializedSize (Results 1 - 25 of 25) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugSymbolRVASubsection.cpp 34 uint32_t DebugSymbolRVASubsection::calculateSerializedSize() const {
DebugSymbolsSubsection.cpp 19 uint32_t DebugSymbolsSubsection::calculateSerializedSize() const {
DebugCrossExSubsection.cpp 40 uint32_t DebugCrossModuleExportsSubsection::calculateSerializedSize() const {
DebugFrameDataSubsection.cpp 29 uint32_t DebugFrameDataSubsection::calculateSerializedSize() const {
DebugSubsectionRecord.cpp 65 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize()
80 uint32_t DataSize = Subsection ? Subsection->calculateSerializedSize()
DebugChecksumsSubsection.cpp 91 uint32_t DebugChecksumsSubsection::calculateSerializedSize() const {
DebugCrossImpSubsection.cpp 64 uint32_t DebugCrossModuleImportsSubsection::calculateSerializedSize() const {
DebugInlineeLinesSubsection.cpp 67 uint32_t DebugInlineeLinesSubsection::calculateSerializedSize() const {
DebugStringTableSubsection.cpp 61 uint32_t DebugStringTableSubsection::calculateSerializedSize() const {
DebugLinesSubsection.cpp 138 uint32_t DebugLinesSubsection::calculateSerializedSize() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsection.h 43 virtual uint32_t calculateSerializedSize() const = 0;
DebugCrossExSubsection.h 58 uint32_t calculateSerializedSize() const override;
DebugFrameDataSubsection.h 48 uint32_t calculateSerializedSize() const override;
DebugSymbolRVASubsection.h 55 uint32_t calculateSerializedSize() const override;
DebugSymbolsSubsection.h 44 uint32_t calculateSerializedSize() const override;
DebugChecksumsSubsection.h 87 uint32_t calculateSerializedSize() const override;
DebugCrossImpSubsection.h 83 uint32_t calculateSerializedSize() const override;
DebugStringTableSubsection.h 74 uint32_t calculateSerializedSize() const override;
DebugInlineeLinesSubsection.h 99 uint32_t calculateSerializedSize() const override;
DebugLinesSubsection.h 129 uint32_t calculateSerializedSize() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBStringTableBuilder.h 54 uint32_t calculateSerializedSize() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBStringTableBuilder.cpp 122 uint32_t PDBStringTableBuilder::calculateSerializedSize() const {
125 Size += Strings.calculateSerializedSize();
141 H.ByteSize = Strings.calculateSerializedSize();
199 Writer.split(Strings.calculateSerializedSize());
DbiStreamBuilder.cpp 93 ECNamesBuilder.calculateSerializedSize();
258 H->ECSubstreamSize = ECNamesBuilder.calculateSerializedSize();
PDBFileBuilder.cpp 136 uint32_t StringsLen = Strings.calculateSerializedSize();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
StringTableBuilderTest.cpp 54 std::vector<uint8_t> Buffer(Builder.calculateSerializedSize());

Completed in 114 milliseconds