Searched refs:AlwaysInstrument (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | XRayLists.cpp | 24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter() 39 if (AlwaysInstrument->inSection("xray_always_instrument", "fun", FunctionName, in shouldImbueFunction() 43 if (AlwaysInstrument->inSection("xray_always_instrument", "fun", in shouldImbueFunction() 59 if (AlwaysInstrument->inSection("xray_always_instrument", "src", Filename, in shouldImbueFunctionsInFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 83 auto AlwaysInstrument = XRayInstrumentation::alwaysInstrument(F); in needMDTAndMLIAnalyses() local 84 return !AlwaysInstrument && !IgnoreLoopsAttr.isValid(); in needMDTAndMLIAnalyses() 208 bool AlwaysInstrument = alwaysInstrument(F); in run() local 211 if (NeverInstrument && !AlwaysInstrument) in run() 216 if (!AlwaysInstrument) { in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 54 bool AlwaysInstrument; member 64 bool AlwaysInstrument; member 127 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface_internal.h | 45 unsigned char AlwaysInstrument; member 60 unsigned char AlwaysInstrument;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | XRayLists.h | 30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 196 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj() 246 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument, in loadYAML()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-extract.cpp | 68 {*FuncId, Sled.Address, Sled.Function, Sled.Kind, Sled.AlwaysInstrument, in exportAsYAML()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 380 bool AlwaysInstrument; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4577 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit() 4679 bool AlwaysInstrument = in recordSled() local 4684 AlwaysInstrument, &F, Version}); in recordSled()
|