Searched refs:Prologue (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h33 struct Prologue { struct in class:llvm::DWARFDebugLine
34 Prologue() function in struct:llvm::DWARFDebugLine::Prologue
132 Prologue.clear();
139 struct Prologue Prologue; member in struct:llvm::DWARFDebugLine::LineTable
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt); }
171 Prologue *prologue);
H A DDWARFDebugLine.cpp18 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
82 Prologue.dump(OS);
133 uint32_t *offset_ptr, Prologue *prologue) {
191 Prologue *prologue = &state.Prologue;
H A DDWARFContext.cpp164 const std::string &fileName = lineTable->Prologue.FileNames[row.File-1].Name;
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h148 typedef enum { Unknown, Prologue, Call } ParmContext; enumerator in enum:llvm::__anon6426
/external/libffi/src/mips/
H A Do32.S51 # Prologue
235 # Prologue
H A Dn32.S54 # Prologue
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp83 assert(((PC == Call) || (PC == Prologue)) &&
1563 assert((State->getCallOrPrologue() == Prologue ||
2498 getTargetMachine(), ArgLocs, *DAG.getContext(), Prologue);

Completed in 149 milliseconds