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

/netbsd-current/external/apache2/llvm/dist/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,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface_internal.h30 unsigned char AlwaysInstrument; member in struct:XRaySledEntry
37 unsigned char AlwaysInstrument;
/netbsd-current/external/apache2/llvm/dist/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);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DXRayLists.h30 std::unique_ptr<llvm::SpecialCaseList> AlwaysInstrument; member in class:clang::XRayFunctionFilter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && local
152 if (NeverInstrument && !AlwaysInstrument)
157 if (!AlwaysInstrument) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-extract.cpp67 {*FuncId, Sled.Address, Sled.Function, Sled.Kind, Sled.AlwaysInstrument,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp197 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0;
247 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h306 bool AlwaysInstrument; member in struct:llvm::AsmPrinter::CFISection::XRayFunctionEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3438 StringRef(reinterpret_cast<const char *>(&AlwaysInstrument), 1));
3529 bool AlwaysInstrument = local
3534 AlwaysInstrument, &F, Version});

Completed in 123 milliseconds