Home
last modified time | relevance | path

Searched defs:getRecordLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp79 uint32_t DbiModuleDescriptor::getRecordLength() const { in getRecordLength() function in DbiModuleDescriptor
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp43 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength() function in DebugSubsectionRecord
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h228 uint32_t getRecordLength() const { return ThisLen; } in getRecordLength() function