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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 45 unsigned char* EndFunction) const;
55 unsigned char* EndFunction,
65 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 141 /// EndFunction - Gather and emit post-function exception information.
142 virtual void EndFunction();
175 /// EndFunction - Gather and emit post-function exception information.
176 virtual void EndFunction();
196 /// EndFunction - Gather and emit post-function exception information.
197 virtual void EndFunction();
228 /// EndFunction - Gather and emit post-function exception information.
229 virtual void EndFunction();
Win64Exception.cpp 89 /// EndFunction - Gather and emit post-function exception information.
91 void Win64Exception::EndFunction() {
ARMException.cpp 62 /// EndFunction - Gather and emit post-function exception information.
64 void ARMException::EndFunction() {
DwarfCFIException.cpp 138 /// EndFunction - Gather and emit post-function exception information.
140 void DwarfCFIException::EndFunction() {
DwarfException.cpp 732 /// EndFunction - Gather and emit post-function exception information.
734 void DwarfException::EndFunction() {
AsmPrinter.cpp 775 DD->endFunction(MF);
779 DE->EndFunction();
781 MMI->EndFunction();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 30 check::EndFunction > {
TraversalChecker.cpp 28 check::EndFunction > {
CheckerDocumentation.cpp 47 check::EndFunction,
159 /// check::EndFunction
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 186 /// EndFunction - Discard function meta information.
188 void EndFunction();
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 230 class EndFunction {
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 302 /// EndFunction - Discard function meta information.
304 void MachineModuleInfo::EndFunction() {

Completed in 592 milliseconds