Searched refs:InstrAttr (Results 1 – 1 of 1) sorted by relevance
76 auto InstrAttr = F.getFnAttribute("function-instrument"); in alwaysInstrument() local77 return InstrAttr.isStringAttribute() && in alwaysInstrument()78 InstrAttr.getValueAsString() == "xray-always"; in alwaysInstrument()207 auto InstrAttr = F.getFnAttribute("function-instrument"); in run() local209 bool NeverInstrument = InstrAttr.isStringAttribute() && in run()210 InstrAttr.getValueAsString() == "xray-never"; in run()