Searched refs:NeverInstrument (Results 1 – 3 of 3) sorted by relevance
26 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()
150 bool NeverInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction() local152 if (NeverInstrument && !AlwaysInstrument) in runOnMachineFunction()
31 std::unique_ptr<llvm::SpecialCaseList> NeverInstrument; variable