Searched refs:ActionEntry (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.h | 55 struct ActionEntry { struct 75 SmallVectorImpl<ActionEntry> &Actions, argument
|
D | EHStreamer.cpp | 51 SmallVectorImpl<ActionEntry> &Actions, in computeActionsTable() 132 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable() 358 SmallVector<ActionEntry, 32> Actions; in emitExceptionTable() 606 for (SmallVectorImpl<ActionEntry>::const_iterator in emitExceptionTable() 608 const ActionEntry &Action = *I; in emitExceptionTable()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfException.h | 84 struct ActionEntry { struct 104 SmallVectorImpl<ActionEntry> &Actions, argument
|
D | DwarfException.cpp | 77 SmallVectorImpl<ActionEntry> &Actions, in ComputeActionsTable() 159 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in ComputeActionsTable() 364 SmallVector<ActionEntry, 32> Actions; in EmitExceptionTable() 637 for (SmallVectorImpl<ActionEntry>::const_iterator in EmitExceptionTable() 639 const ActionEntry &Action = *I; in EmitExceptionTable()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 171 struct ActionEntry { struct 174 struct ActionEntry *Previous; argument 239 SmallVector<ActionEntry, 32> Actions; in EmitExceptionTable() 253 ActionEntry *PrevAction = 0; in EmitExceptionTable() 279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction}; in EmitExceptionTable() 444 ActionEntry &Action = Actions[I]; in EmitExceptionTable()
|