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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 41 unsigned char* EndFunction) const;
51 unsigned char* EndFunction,
61 unsigned char* EndFunction,
JITDwarfEmitter.cpp 40 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);
JITEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 139 /// 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();
204 /// EndFunction - Gather and emit post-function exception information.
205 virtual void EndFunction();
236 /// EndFunction - Gather and emit post-function exception information.
237 virtual void EndFunction();
ARMException.cpp 65 /// EndFunction - Gather and emit post-function exception information.
67 void ARMException::EndFunction() {
Win64Exception.cpp 90 /// EndFunction - Gather and emit post-function exception information.
92 void Win64Exception::EndFunction() {
DwarfCFIException.cpp 137 /// EndFunction - Gather and emit post-function exception information.
139 void DwarfCFIException::EndFunction() {
DwarfException.cpp 727 /// EndFunction - Gather and emit post-function exception information.
729 void DwarfException::EndFunction() {
AsmPrinter.cpp 788 DD->endFunction(MF);
792 DE->EndFunction();
795 MMI->EndFunction();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 186 /// EndFunction - Discard function meta information.
188 void EndFunction();
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 300 /// EndFunction - Discard function meta information.
302 void MachineModuleInfo::EndFunction() {

Completed in 747 milliseconds