Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DInstrumentationMap.h52 bool AlwaysInstrument; member
62 bool AlwaysInstrument; member
124 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface_internal.h29 unsigned char AlwaysInstrument; member
44 unsigned char AlwaysInstrument;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DXRayLists.h30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; variable
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp195 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj()
245 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument, in loadYAML()
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-extract.cpp68 {*FuncId, Sled.Address, Sled.Function, Sled.Kind, Sled.AlwaysInstrument, in exportAsYAML()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h360 bool AlwaysInstrument; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3925 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit()
4017 bool AlwaysInstrument = in recordSled() local
4022 AlwaysInstrument, &F, Version}); in recordSled()