HomeSort by: relevance | last modified time | path
    Searched refs:getSpecialFunction (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 844 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile,
944 return getSpecialFunction(GenDefaultInitialize(Ctx), FuncName, QT, IsVolatile,
955 return getSpecialFunction(
967 return getSpecialFunction(
979 return getSpecialFunction(
991 return getSpecialFunction(
1001 return getSpecialFunction(GenDestructor(Ctx), FuncName, QT, IsVolatile,
  /src/external/gpl3/binutils/dist/gprofng/src/
CallStack.cc 375 Function *truncf = dbeSession->getSpecialFunction (DbeSession::TruncatedStackFunc);
628 Function *truncf = dbeSession->getSpecialFunction (DbeSession::TruncatedStackFunc);
633 Function *funwf = dbeSession->getSpecialFunction (DbeSession::FailedUnwindFunc);
745 func = dbeSession->getSpecialFunction (DbeSession::TruncatedStackFunc);
752 func = dbeSession->getSpecialFunction (DbeSession::FailedUnwindFunc);
DbeSession.h 276 Function *getSpecialFunction (SpecialFunction);
DbeSession.cc 807 DbeSession::getSpecialFunction (SpecialFunction kind)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CallStack.cc 375 Function *truncf = dbeSession->getSpecialFunction (DbeSession::TruncatedStackFunc);
628 Function *truncf = dbeSession->getSpecialFunction (DbeSession::TruncatedStackFunc);
633 Function *funwf = dbeSession->getSpecialFunction (DbeSession::FailedUnwindFunc);
745 func = dbeSession->getSpecialFunction (DbeSession::TruncatedStackFunc);
752 func = dbeSession->getSpecialFunction (DbeSession::FailedUnwindFunc);
DbeSession.h 276 Function *getSpecialFunction (SpecialFunction);
DbeSession.cc 807 DbeSession::getSpecialFunction (SpecialFunction kind)

Completed in 25 milliseconds