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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 534 bool CodeGenFunction::ShouldXRayInstrumentFunction() const {
809 if (XRayAttr->alwaysXRayInstrument() && ShouldXRayInstrumentFunction()) {
816 if (ShouldXRayInstrumentFunction())
821 if (ShouldXRayInstrumentFunction() && !CGM.imbueXRayAttrs(Fn, Loc))
827 if (ShouldXRayInstrumentFunction()) {
CodeGenFunction.h 2291 bool ShouldXRayInstrumentFunction() const;
CGBuiltin.cpp 4968 if (!ShouldXRayInstrumentFunction())
5002 if (!ShouldXRayInstrumentFunction())

Completed in 33 milliseconds