Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DXRayLists.cpp21 : 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 DInstrumentationMap.h53 bool AlwaysInstrument; member
61 bool AlwaysInstrument; member
122 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_interface_internal.h30 unsigned char AlwaysInstrument; member
37 unsigned char AlwaysInstrument;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp146 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 DXRayLists.h27 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; variable
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp154 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 Dxray-extract.cpp65 Sled.AlwaysInstrument, in exportAsYAML()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h260 bool AlwaysInstrument; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3062 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit()
3133 bool AlwaysInstrument = in recordSled() local
3138 AlwaysInstrument, &F, Version}); in recordSled()