Searched refs:EndFunction (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.h41 unsigned char* EndFunction) const;
51 unsigned char* EndFunction,
61 unsigned char* EndFunction,
H A DJITDwarfEmitter.cpp40 unsigned char* EndFunction,
52 EndFunction);
60 StartFunction, EndFunction, ExceptionTable);
199 unsigned char* EndFunction) const {
423 EndLabelPtr = (intptr_t)EndFunction;
542 unsigned char* EndFunction,
553 JCE->emitInt32(EndFunction - StartFunction);
37 EmitDwarfTable(MachineFunction& F, JITCodeEmitter& jce, unsigned char* StartFunction, unsigned char* EndFunction, unsigned char* &EHFramePtr) argument
539 EmitEHFrame(const Function* Personality, unsigned char* StartCommonPtr, unsigned char* StartFunction, unsigned char* EndFunction, unsigned char* ExceptionTable) const argument
H A DJITEmitter.cpp997 MMI->EndFunction();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h139 /// EndFunction - Gather and emit post-function exception information.
140 virtual void EndFunction();
173 /// EndFunction - Gather and emit post-function exception information.
174 virtual void EndFunction();
193 /// EndFunction - Gather and emit post-function exception information.
194 virtual void EndFunction();
225 /// EndFunction - Gather and emit post-function exception information.
226 virtual void EndFunction();
H A DARMException.cpp63 /// EndFunction - Gather and emit post-function exception information.
65 void ARMException::EndFunction() { function in class:ARMException
H A DWin64Exception.cpp90 /// EndFunction - Gather and emit post-function exception information.
92 void Win64Exception::EndFunction() { function in class:Win64Exception
H A DDwarfCFIException.cpp137 /// EndFunction - Gather and emit post-function exception information.
139 void DwarfCFIException::EndFunction() { function in class:DwarfCFIException
H A DDwarfException.cpp727 /// EndFunction - Gather and emit post-function exception information.
729 void DwarfException::EndFunction() {
H A DAsmPrinter.cpp789 DE->EndFunction();
792 MMI->EndFunction();
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h186 /// EndFunction - Discard function meta information.
188 void EndFunction();
/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp300 /// EndFunction - Discard function meta information.
302 void MachineModuleInfo::EndFunction() { function in class:MachineModuleInfo

Completed in 160 milliseconds