Home
last modified time | relevance | path

Searched defs:NumRecords (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h74 unsigned NumRecords, NumAbbreviatedRecords; member
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTConcept.h81 std::size_t NumRecords; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp57 uint32_t NumRecords) in LazyRandomTypeCollection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp299 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1681 unsigned NumRecords = 0; in parseTypeTableBody() local
5061 const size_t NumRecords = Record.size(); in parseFunctionBody() local
5124 const size_t NumRecords = Record.size(); in parseFunctionBody() local
5185 const size_t NumRecords = Record.size(); in parseFunctionBody() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp497 auto NumRecords = readNumber<uint32_t>(); in readProfile() local