HomeSort by: relevance | last modified time | path
    Searched defs:Try (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes,
97 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY) or DELEGATE
98 // (in case of TRY).
100 // For each END_(BLOCK|LOOP|TRY) or DELEGATE, the corresponding
101 // BLOCK|LOOP|TRY.
103 // <TRY marker, EH pad> map
105 // <EH pad, TRY marker> map
151 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false,
251 // try) signatures when we implement the multi-value proposal later
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 222 Try,
290 case Try:
291 return {"try", "end_try/delegate"};
555 } else if (Name == "try") {
556 push(Try);
566 if (pop(Name, Try))
568 push(Try);
570 if (pop(Name, Try))
577 if (pop(Name, Try, CatchAll))
580 if (pop(Name, Try))
    [all...]

Completed in 24 milliseconds