OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlockInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamWriter.h
196
///
getBlockInfo
- If there is block info for the specified ID, return it,
198
BlockInfo *
getBlockInfo
(unsigned BlockID) {
233
if (BlockInfo *Info =
getBlockInfo
(BlockID)) {
521
if (BlockInfo *BI =
getBlockInfo
(BlockID))
BitstreamReader.h
104
///
getBlockInfo
- If there is block info for the specified ID, return it,
106
const BlockInfo *
getBlockInfo
(unsigned BlockID) const {
119
if (const BlockInfo *BI =
getBlockInfo
(BlockID))
Completed in 57 milliseconds