HomeSort by: relevance | last modified time | path
    Searched defs:NeverInstrument (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
XRayLists.h 31 std::unique_ptr<llvm::SpecialCaseList> NeverInstrument;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
XRayInstrumentation.cpp 150 bool NeverInstrument = InstrAttr.isStringAttribute() &&
152 if (NeverInstrument && !AlwaysInstrument)

Completed in 17 milliseconds