Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DInstrumentationMap.h52 bool AlwaysInstrument; member
60 bool AlwaysInstrument; member
121 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp148 bool AlwaysInstrument = !InstrAttr.hasAttribute(Attribute::None) && in runOnMachineFunction() local
153 if (!AlwaysInstrument) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp167 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj()
213 SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument}); in loadYAML()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h273 bool AlwaysInstrument; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3149 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit()
3220 bool AlwaysInstrument = in recordSled() local
3225 AlwaysInstrument, &F, Version}); in recordSled()