OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadSubBlockID
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
295
return BitstreamEntry::getSubBlock(
ReadSubBlockID
());
466
///
ReadSubBlockID
- Having read the ENTER_SUBBLOCK code, read the BlockID for
468
unsigned
ReadSubBlockID
() {
/external/clang/tools/libclang/
CXLoadedDiagnostic.cpp
331
unsigned BlockID = Stream.
ReadSubBlockID
();
349
blockOrRecordID = Stream.
ReadSubBlockID
();
/external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp
527
unsigned BlockID = Stream.
ReadSubBlockID
();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
787
Stream.
ReadSubBlockID
();
949
Stream.
ReadSubBlockID
();
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
Completed in 3684 milliseconds