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

/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DXRayLists.cpp24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie(
39 if (AlwaysInstrument->inSection("xray_always_instrument", "fun", FunctionName,
43 if (AlwaysInstrument->inSection("xray_always_instrument", "fun",
59 if (AlwaysInstrument->inSection("xray_always_instrument", "src", Filename,
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface_internal.h29 unsigned char AlwaysInstrument; member in struct:XRaySledEntry
44 unsigned char AlwaysInstrument;
/openbsd-current/gnu/llvm/llvm/include/llvm/XRay/
H A DInstrumentationMap.h52 bool AlwaysInstrument; member in struct:llvm::xray::SledEntry
62 bool AlwaysInstrument; member in struct:llvm::xray::YAMLXRaySledEntry
124 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DXRayLists.h30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; member in class:clang::XRayFunctionFilter
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && local
152 if (NeverInstrument && !AlwaysInstrument)
157 if (!AlwaysInstrument) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-extract.cpp68 {*FuncId, Sled.Address, Sled.Function, Sled.Kind, Sled.AlwaysInstrument,
/openbsd-current/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp195 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0;
245 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument,
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h360 bool AlwaysInstrument; member in struct:llvm::AsmPrinter::CFISection::XRayFunctionEntry
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3925 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1));
4017 bool AlwaysInstrument = local
4022 AlwaysInstrument, &F, Version});

Completed in 335 milliseconds