Searched refs:AlwaysInstrument (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | XRayLists.cpp | 21 : AlwaysInstrument( in XRayFunctionFilter() 31 if (AlwaysInstrument->inSection("xray_always_instrument", "fun", FunctionName, in shouldImbueFunction() 35 if (AlwaysInstrument->inSection("xray_always_instrument", "fun", in shouldImbueFunction() 51 if (AlwaysInstrument->inSection("xray_always_instrument", "src", Filename, in shouldImbueFunctionsInFile()
|
| /freebsd-12.1/contrib/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 53 bool AlwaysInstrument; member 61 bool AlwaysInstrument; member 122 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_interface_internal.h | 30 unsigned char AlwaysInstrument; member 37 unsigned char AlwaysInstrument;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 146 bool AlwaysInstrument = !InstrAttr.hasAttribute(Attribute::None) && in runOnMachineFunction() local 151 if (!AlwaysInstrument) { in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | XRayLists.h | 27 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; variable
|
| /freebsd-12.1/contrib/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 154 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj() 199 SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument}); in loadYAML()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-extract.cpp | 65 Sled.AlwaysInstrument, in exportAsYAML()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 260 bool AlwaysInstrument; member
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3062 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit() 3133 bool AlwaysInstrument = in recordSled() local 3138 AlwaysInstrument, &F, Version}); in recordSled()
|