Searched refs:AlwaysInstrument (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | InstrumentationMap.h | 52 bool AlwaysInstrument; member 62 bool AlwaysInstrument; member 124 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_interface_internal.h | 29 unsigned char AlwaysInstrument; member 44 unsigned char AlwaysInstrument;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 148 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 D | XRayLists.h | 30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 195 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 D | xray-extract.cpp | 68 {*FuncId, Sled.Address, Sled.Function, Sled.Kind, Sled.AlwaysInstrument, in exportAsYAML()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 360 bool AlwaysInstrument; member
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3925 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit() 4017 bool AlwaysInstrument = in recordSled() local 4022 AlwaysInstrument, &F, Version}); in recordSled()
|