OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlockInfo
(Results
1 - 4
of
4
) 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
103
///
getBlockInfo
- If there is block info for the specified ID, return it,
105
const BlockInfo *
getBlockInfo
(unsigned BlockID) const {
118
if (const BlockInfo *BI =
getBlockInfo
(BlockID))
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
92
StreamFile.
getBlockInfo
(BlockID)) {
134
StreamFile.
getBlockInfo
(BlockID)) {
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
65
BitStream->
getBlockInfo
(BlockID)) {
Completed in 1420 milliseconds