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
190
///
getBlockInfo
- If there is block info for the specified ID, return it,
192
BlockInfo *
getBlockInfo
(unsigned BlockID) {
227
if (BlockInfo *Info =
getBlockInfo
(BlockID)) {
520
if (BlockInfo *BI =
getBlockInfo
(BlockID))
BitstreamReader.h
99
const BlockInfo *
getBlockInfo
(unsigned BlockID) const {
112
if (const BlockInfo *BI =
getBlockInfo
(BlockID))
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
35
BitStream->
getBlockInfo
(BlockID)) {
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
97
StreamFile.
getBlockInfo
(BlockID)) {
146
StreamFile.
getBlockInfo
(BlockID)) {
Completed in 57 milliseconds