HomeSort by relevance Sort by last modified time
    Searched refs:GetExceptionObject (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 46 Value *GetExceptionObject(ResumeInst *RI);
97 /// GetExceptionObject - Return the exception object from the value passed into
100 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
220 Value *ExnObj = GetExceptionObject(RI);
241 Value *ExnObj = GetExceptionObject(RI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 55 Value *GetExceptionObject(ResumeInst *RI);
100 /// GetExceptionObject - Return the exception object from the value passed into
103 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
223 Value *ExnObj = GetExceptionObject(RI);
244 Value *ExnObj = GetExceptionObject(RI);

Completed in 172 milliseconds