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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 547 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const {
CodeGenFunction.h 2297 /// AlwaysEmitXRayTypedEvents - Return true if clang must unconditionally emit
2299 bool AlwaysEmitXRayTypedEvents() const;
CGBuiltin.cpp 5010 if (XRayAttr->neverXRayInstrument() && !AlwaysEmitXRayTypedEvents())

Completed in 34 milliseconds