Home
last modified time | relevance | path

Searched refs:DebugType (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h21 StringRef DebugType; variable
27 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h52 const char *const DebugType;
59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic() argument
61 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic()
64 const char *getDebugType() const { return DebugType; } in getDebugType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h79 StackInfoBuilder(const StackSafetyGlobalInfo *SSI, const char *DebugType) in StackInfoBuilder() argument
80 : SSI(SSI), DebugType(DebugType) {} in StackInfoBuilder()
89 const char *DebugType; variable
H A DScalarEvolutionExpander.h179 const char *DebugType; variable
195 DebugType = "";
205 void setDebugType(const char *s) { DebugType = s; }
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEntryPointStats.h114 CounterEntryPointTranslationUnitStat(const char *DebugType, in CounterEntryPointTranslationUnitStat() argument
117 : M(Name), S(DebugType, Name.data(), Desc.data()) {} in CounterEntryPointTranslationUnitStat()
141 UnsignedMaxEntryPointTranslationUnitStatistic(const char *DebugType, in UnsignedMaxEntryPointTranslationUnitStatistic() argument
144 : M(Name), S(DebugType, Name.data(), Desc.data()) {} in UnsignedMaxEntryPointTranslationUnitStatistic()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dipfw.py44 class DebugType(Enum): class
52 DebugType.DO_CMD: legacy_classes,
53 DebugType.DO_SET3: set3_classes,
54 DebugType.DO_GET3: get3_classes,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : DebugType(ParentDebugType), ItinData(II), DAG(SchedDAG) { in ScoreboardHazardRecognizer()
34 (void)DebugType; in ScoreboardHazardRecognizer()
H A DWindowsSecureHotPatching.cpp374 DIType *DebugType = DebugInfo.createPointerType( in getOrCreateRefVariable() local
378 /*LineNo*/ 0, DebugType, in getOrCreateRefVariable()
H A DMachineCopyPropagation.cpp468 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon32f3c4080111::MachineCopyPropagation
470 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT);
531 DebugType DT) { in ReadRegister()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
58 if (d == DebugType) in isCurrentDebugType()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h251 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
590 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument
591 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
592 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h92 const char *DebugType; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h85 enum class DebugType { enum
145 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
H A DDriver.cpp899 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes()
908 .Case("cv", static_cast<unsigned>(DebugType::CV)) in parseDebugTypes()
909 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes()
910 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in parseDebugTypes()
922 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
924 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
926 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
H A DWriter.cpp87 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk() argument
98 for (const std::pair<COFF::DebugType, Chunk *>& record : records) { in writeTo()
122 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, in fillEntry()
137 const std::vector<std::pair<COFF::DebugType, Chunk *>> &records;
299 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords;
1247 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp145 return OptimizationRemarkMissed(DebugType, "safeAlloca", &Inst); in visit()
150 [&]() { return OptimizationRemark(DebugType, "safeAlloca", &Inst); }); in visit()
H A DScalarEvolutionExpander.cpp986 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally()
1676 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVInc()
1746 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
1781 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
1785 DebugType, dbgs() << "INDVARS: Original iv: " << *OrigPhiRef << '\n'); in replaceCongruentIVs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp172 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
632 StringRef DebugType) { in PragmaDebug() argument
636 *OS << DebugType; in PragmaDebug()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h700 enum DebugType : unsigned { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1776 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local
1799 Flags, DebugType, Annotations); in createBitFieldType()
1854 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldSeparatorIfNeeded() local
1870 Flags, DebugType, Annotations); in createBitFieldSeparatorIfNeeded()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp526 const EnumEntry<COFF::DebugType> ImageDebugType[] = {