Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/
H A DXRayLists.cpp24 : 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()
/src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h52 bool AlwaysInstrument; member
62 bool AlwaysInstrument; member
124 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h29 unsigned char AlwaysInstrument; member
44 unsigned char AlwaysInstrument;
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction() local
152 if (NeverInstrument && !AlwaysInstrument) in runOnMachineFunction()
157 if (!AlwaysInstrument) { in runOnMachineFunction()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayLists.h30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; variable
/src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp196 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj()
246 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument, in loadYAML()
/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp68 {*FuncId, Sled.Address, Sled.Function, Sled.Kind, Sled.AlwaysInstrument, in exportAsYAML()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h349 bool AlwaysInstrument; member
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4194 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit()
4298 bool AlwaysInstrument = in recordSled() local
4303 AlwaysInstrument, &F, Version}); in recordSled()