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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
ARMException.cpp 69 MMI->getPersonalities()[MMI->getPersonalityIndex()]) {
Win64Exception.cpp 65 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
104 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
DwarfCFIException.cpp 104 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 286 /// getPersonalityIndex - Get index of the current personality function inside
288 unsigned getPersonalityIndex() const;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 57 EHFramePtr = EmitCommonEHFrame(Personalities[MMI->getPersonalityIndex()]);
59 Result = EmitEHFrame(Personalities[MMI->getPersonalityIndex()], EHFramePtr,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 558 /// getPersonalityIndex - Return unique index for current personality
560 unsigned MachineModuleInfo::getPersonalityIndex() const {

Completed in 323 milliseconds