OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBlockInfoRecords
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
99
///
hasBlockInfoRecords
- Return true if we've already read and processed the
102
bool
hasBlockInfoRecords
() const { return !BlockInfoRecords.empty(); }
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
312
if (BitStream->
hasBlockInfoRecords
())
Completed in 28 milliseconds