Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp76 auto InstrAttr = F.getFnAttribute("function-instrument"); in alwaysInstrument() local
77 return InstrAttr.isStringAttribute() && in alwaysInstrument()
78 InstrAttr.getValueAsString() == "xray-always"; in alwaysInstrument()
207 auto InstrAttr = F.getFnAttribute("function-instrument"); in run() local
209 bool NeverInstrument = InstrAttr.isStringAttribute() && in run()
210 InstrAttr.getValueAsString() == "xray-never"; in run()