Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h74 unsigned NumRecords, NumAbbreviatedRecords; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConcept.h80 std::size_t NumRecords; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp57 uint32_t NumRecords) in LazyRandomTypeCollection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp299 size_t NumRecords = StreamLen / sizeof(object::FpoData); in initializeOldFpoRecords() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1708 unsigned NumRecords = 0; in parseTypeTableBody() local
5109 const size_t NumRecords = Record.size(); in parseFunctionBody() local
5175 const size_t NumRecords = Record.size(); in parseFunctionBody() local
5235 const size_t NumRecords = Record.size(); in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp482 auto NumRecords = readNumber<uint32_t>(); in readProfile() local