Home
last modified time | relevance | path

Searched refs:Resume (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp273 CallInst *Resume = cast<CallInst>(*EHResume->use_begin()); in UpgradeExceptionHandling() local
274 BasicBlock *BB = Resume->getParent(); in UpgradeExceptionHandling()
277 Builder.SetInsertPoint(BB, Resume->getIterator()); in UpgradeExceptionHandling()
281 Resume->getArgOperand(0), 0, "lpad.val"); in UpgradeExceptionHandling()
282 LPadVal = Builder.CreateInsertValue(LPadVal, Resume->getArgOperand(1), in UpgradeExceptionHandling()
287 BasicBlock::iterator I = Resume->getIterator(); in UpgradeExceptionHandling()
575 std::error_code ParseModule(bool Resume);
2319 std::error_code BitcodeReader::ParseModule(bool Resume) { in ParseModule() argument
2320 if (Resume) in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp338 std::error_code ParseModule(bool Resume);
2026 std::error_code BitcodeReader::ParseModule(bool Resume) { in ParseModule() argument
2027 if (Resume) in ParseModule()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h406 SLresult (*Resume) ( member
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1252 case Instruction::Resume: in WriteInstruction()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h169 XAresult (*Resume) ( member
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1219 case Instruction::Resume: in WriteInstruction()