| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LostDebugLocObserver.h | 20 StringRef DebugType; variable 26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 52 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-14.2/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | ipfw.py | 44 class DebugType(Enum): class 52 DebugType.DO_CMD: legacy_classes, 53 DebugType.DO_SET3: set3_classes, 54 DebugType.DO_GET3: get3_classes,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : DebugType(ParentDebugType), ItinData(II), DAG(SchedDAG) { in ScoreboardHazardRecognizer() 34 (void)DebugType; in ScoreboardHazardRecognizer()
|
| H A D | MachineCopyPropagation.cpp | 411 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anonf5bcd53e0111::MachineCopyPropagation 413 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT); 450 DebugType DT) { in ReadRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Debug.cpp | 52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 58 if (d == DebugType) in isCurrentDebugType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument 538 First->PragmaDebug(Loc, DebugType); in PragmaDebug() 539 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 154 const char *DebugType; variable 170 DebugType = ""; 180 void setDebugType(const char *s) { DebugType = s; }
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Config.h | 83 enum class DebugType { enum 142 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
|
| H A D | Driver.cpp | 862 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() 871 .Case("cv", static_cast<unsigned>(DebugType::CV)) in parseDebugTypes() 872 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes() 873 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in parseDebugTypes() 885 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes() 887 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes() 889 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
|
| H A D | Writer.cpp | 90 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk() argument 101 for (const std::pair<COFF::DebugType, Chunk *>& record : records) { in writeTo() 125 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, in fillEntry() 140 const std::vector<std::pair<COFF::DebugType, Chunk *>> &records; 297 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords; 1136 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.h | 92 const char *DebugType; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LostDebugLocObserver.cpp | 17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 161 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 551 StringRef DebugType) { in PragmaDebug() argument 555 *OS << DebugType; in PragmaDebug()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 902 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally() 1568 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 1636 DebugType, dbgs() << "INDVARS: Eliminated congruent iv.inc: " in replaceCongruentIVs() 1656 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 1660 DebugType, dbgs() << "INDVARS: Original iv: " << *OrigPhiRef << '\n'); in replaceCongruentIVs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 666 enum DebugType : unsigned { enum
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1509 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local 1532 Flags, DebugType, Annotations); in createBitFieldType() 1588 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldSeparatorIfNeeded() local 1604 Flags, DebugType, Annotations); in createBitFieldSeparatorIfNeeded()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 524 const EnumEntry<COFF::DebugType> ImageDebugType[] = {
|