Home
last modified time | relevance | path

Searched refs:getRecordLength (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h48 uint32_t getRecordLength() const;
65 Length = Info.getRecordLength();
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h46 uint32_t getRecordLength() const;
71 Length = Info.getRecordLength();
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h64 uint32_t getRecordLength() const;
78 Length = Info.getRecordLength();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h45 uint32_t getRecordLength() const;
90 Length = alignTo(Info.getRecordLength(), 4);
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstream.cpp36 uint32_t ModuleSubstream::getRecordLength() const { in getRecordLength() function in ModuleSubstream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp88 uint32_t DbiModuleDescriptor::getRecordLength() const { in getRecordLength() function in DbiModuleDescriptor
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp121 uint32_t ModInfo::getRecordLength() const { in getRecordLength() function in ModInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp48 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamArray.h215 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp423 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
DDumpOutputStyle.cpp266 Stats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()
267 CumulativeStats.update(uint32_t(Chunk.kind()), Chunk.getRecordLength()); in getChunkStats()