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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
XRayLists.h 30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 30 unsigned char AlwaysInstrument;
37 unsigned char AlwaysInstrument;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
XRayInstrumentation.cpp 148 bool AlwaysInstrument = InstrAttr.isStringAttribute() &&
152 if (NeverInstrument && !AlwaysInstrument)
157 if (!AlwaysInstrument) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
InstrumentationMap.h 52 bool AlwaysInstrument;
62 bool AlwaysInstrument;
124 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 306 bool AlwaysInstrument;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 3438 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1));
3529 bool AlwaysInstrument =
3534 AlwaysInstrument, &F, Version});

Completed in 24 milliseconds