Home
last modified time | relevance | path

Searched refs:NeverInstrument (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDXRayLists.cpp26 NeverInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
48 if (NeverInstrument->inSection("xray_never_instrument", "fun", in shouldImbueFunction()
63 if (NeverInstrument->inSection("xray_never_instrument", "src", Filename, in shouldImbueFunctionsInFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDXRayInstrumentation.cpp150 bool NeverInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction() local
152 if (NeverInstrument && !AlwaysInstrument) in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDXRayLists.h31 std::unique_ptr<llvm::SpecialCaseList> NeverInstrument; variable