Home
last modified time | relevance | path

Searched defs:ParseBlock (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp324 static bool ParseBlock(BitstreamCursor &Stream, unsigned IndentLevel) { in ParseBlock() function
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h474 virtual bool ParseBlock(unsigned BlockID) { in ParseBlock() function
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp474 static bool ParseBlock(BitstreamCursor &Stream, unsigned BlockID, in ParseBlock() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp499 static bool ParseBlock(BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo, in ParseBlock() function
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp806 bool BlockParserBaseClass::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon013ef65f0111::BlockParserBaseClass
2972 bool FunctionParser::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon013ef65f0111::FunctionParser
3129 bool ModuleParser::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon013ef65f0111::ModuleParser
3245 bool TopLevelParser::ParseBlock(unsigned BlockID) { in ParseBlock() function in __anon013ef65f0111::TopLevelParser
/external/v8/src/parsing/
Dparser-base.h5103 typename ParserBase<Impl>::BlockT ParserBase<Impl>::ParseBlock( in ParseBlock() function