| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 50 const char *DebugType; 57 const char *getDebugType() const { return DebugType; } in getDebugType() 63 DebugType = debugtype; in construct()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 29 #define DEBUG_TYPE DebugType 34 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer() 36 (void)DebugType; in ScoreboardHazardRecognizer()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Debug.cpp | 51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 57 if (d == DebugType) in isCurrentDebugType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpander.h | 135 const char *DebugType; variable 148 DebugType = ""; 158 void setDebugType(const char* s) { DebugType = s; }
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Config.h | 68 enum class DebugType { enum 105 unsigned DebugTypes = static_cast<unsigned>(DebugType::None);
|
| H A D | Driver.cpp | 568 unsigned DebugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() 576 .Case("cv", static_cast<unsigned>(DebugType::CV)) in parseDebugTypes() 577 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes() 578 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in parseDebugTypes() 590 DebugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes() 592 DebugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes() 594 DebugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
|
| H A D | Writer.cpp | 120 void fillEntry(debug_directory *D, COFF::DebugType DebugType, size_t Size, in fillEntry() argument 126 D->Type = DebugType; in fillEntry()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 183 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 425 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument 426 First->PragmaDebug(Loc, DebugType); in PragmaDebug() 427 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.h | 92 const char *DebugType; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 138 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 473 StringRef DebugType) { in PragmaDebug() argument 478 OS << DebugType; in PragmaDebug()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 643 enum DebugType : unsigned { enum
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 1902 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs() 1960 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 1981 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 515 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1214 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local 1236 Flags, DebugType); in createBitFieldType()
|