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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 538 /// AlwaysEmitXRayCustomEvents - Return true if we should emit IR for calls to
540 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const {
CodeGenFunction.h 2293 /// AlwaysEmitXRayCustomEvents - Return true if we must unconditionally emit
2295 bool AlwaysEmitXRayCustomEvents() const;
CGBuiltin.cpp 4976 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayCustomEvents())

Completed in 30 milliseconds