Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h77 unsigned NumRecords, NumAbbreviatedRecords; member
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConcept.h87 std::size_t NumRecords; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp56 uint32_t NumRecords) in LazyRandomTypeCollection()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp297 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2263 unsigned NumRecords = 0; in parseTypeTableBody() local
6100 const size_t NumRecords = Record.size(); in parseFunctionBody() local
6168 const size_t NumRecords = Record.size(); in parseFunctionBody() local
6235 const size_t NumRecords = Record.size(); in parseFunctionBody() local
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp585 auto NumRecords = readNumber<uint32_t>(); in readProfile() local