OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBlockID
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h
190
unsigned
GetBlockID
() const {
279
unsigned
GetBlockID
() const {
280
return Block.
GetBlockID
();
543
unsigned
GetBlockID
() const {
544
return Block.
GetBlockID
();
639
if (
GetBlockID
() == naclbitc::BLOCKINFO_BLOCK_ID) {
/external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp
79
Parser->ProcessAbbreviation(IsLocal ? Parser->
GetBlockID
() : GlobalBlockID,
118
if (Record.GetCursor().EnterSubBlock(
GetBlockID
(), &NumWords)) {
Completed in 45 milliseconds