Searched refs:ActionEntry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfException.h63 /// ActionEntry - Structure describing an entry in the actions table.
64 struct ActionEntry { struct in class:llvm::DwarfException
84 SmallVectorImpl<ActionEntry> &Actions,
H A DDwarfException.cpp78 SmallVectorImpl<ActionEntry> &Actions,
160 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction };
365 SmallVector<ActionEntry, 32> Actions;
635 for (SmallVectorImpl<ActionEntry>::const_iterator
637 const ActionEntry &Action = *I;
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp170 /// ActionEntry - Structure describing an entry in the actions table.
171 struct ActionEntry {
174 struct ActionEntry *Previous;
239 SmallVector<ActionEntry, 32> Actions;
253 ActionEntry *PrevAction = 0;
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction};
444 ActionEntry &Action = Actions[I];

Completed in 119 milliseconds