Searched refs:AlwaysInstrument (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 53 bool AlwaysInstrument; member 61 bool AlwaysInstrument; member 122 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
|
/external/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 43 bool AlwaysInstrument = !InstrAttr.hasAttribute(Attribute::None) && in runOnMachineFunction() local 48 if (!AlwaysInstrument) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 146 bool AlwaysInstrument = !InstrAttr.hasAttribute(Attribute::None) && in runOnMachineFunction() local 151 if (!AlwaysInstrument) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 113 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/ |
D | xray-extract.cpp | 65 Sled.AlwaysInstrument, in exportAsYAML()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.h | 88 bool AlwaysInstrument; member
|
D | X86MCInstLower.cpp | 1031 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/ |
D | AsmPrinter.h | 256 bool AlwaysInstrument; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2970 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1)); in emit() 3041 bool AlwaysInstrument = in recordSled() local 3046 AlwaysInstrument, &F, Version}); in recordSled()
|