Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DXRayLists.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()
/external/llvm-project/clang/include/clang/Basic/
DXRayLists.h31 std::unique_ptr<llvm::SpecialCaseList> NeverInstrument; variable