Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h53 bool AlwaysInstrument; member
61 bool AlwaysInstrument; member
122 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp43 bool AlwaysInstrument = !InstrAttr.hasAttribute(Attribute::None) && in runOnMachineFunction() local
48 if (!AlwaysInstrument) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp146 bool AlwaysInstrument = !InstrAttr.hasAttribute(Attribute::None) && in runOnMachineFunction() local
151 if (!AlwaysInstrument) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp113 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadELF64()
158 SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument}); in loadYAML()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp65 Sled.AlwaysInstrument, in exportAsYAML()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h88 bool AlwaysInstrument; member
DX86MCInstLower.cpp1031 bool AlwaysInstrument = in recordSled() local
1034 XRayFunctionEntry{Sled, CurrentFnSym, Kind, AlwaysInstrument, Fn}); in recordSled()
1112 StringRef(reinterpret_cast<const char *>(&Sled.AlwaysInstrument), 1)); in EmitXRayTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h256 bool AlwaysInstrument; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2970 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit()
3041 bool AlwaysInstrument = in recordSled() local
3046 AlwaysInstrument, &F, Version}); in recordSled()