Home
last modified time | relevance | path

Searched refs:PreviousIsInvoke (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp238 bool PreviousIsInvoke = false; in computeCallSiteTable() local
274 PreviousIsInvoke = false; in computeCallSiteTable()
282 PreviousIsInvoke = false; in computeCallSiteTable()
293 if (PreviousIsInvoke && !IsSJLJ) { in computeCallSiteTable()
313 PreviousIsInvoke = true; in computeCallSiteTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp229 bool PreviousIsInvoke = false; in computeCallSiteTable() local
265 PreviousIsInvoke = false; in computeCallSiteTable()
273 PreviousIsInvoke = false; in computeCallSiteTable()
284 if (PreviousIsInvoke && !IsSJLJ) { in computeCallSiteTable()
304 PreviousIsInvoke = true; in computeCallSiteTable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp238 bool PreviousIsInvoke = false; in ComputeCallSiteTable() local
274 PreviousIsInvoke = false; in ComputeCallSiteTable()
282 PreviousIsInvoke = false; in ComputeCallSiteTable()
293 if (PreviousIsInvoke && Asm->MAI->isExceptionHandlingDwarf()) { in ComputeCallSiteTable()
313 PreviousIsInvoke = true; in ComputeCallSiteTable()