OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntryKind
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp
101
if (Record.
GetEntryKind
() != NaClBitstreamEntry::SubBlock)
132
switch (Record.
GetEntryKind
()) {
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h
284
unsigned
GetEntryKind
() const {
314
return
GetEntryKind
() == NaClBitstreamEntry::Record &&
575
/// of the block. That is, Record.
GetEntryKind
() equals
579
if (Record.
GetEntryKind
() != NaClBitstreamEntry::SubBlock)
Completed in 52 milliseconds