Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStatistic.h50 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 DScoreboardHazardRecognizer.cpp29 #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 DDebug.cpp51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
57 if (d == DebugType) in isCurrentDebugType()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h135 const char *DebugType; variable
148 DebugType = "";
158 void setDebugType(const char* s) { DebugType = s; }
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DConfig.h68 enum class DebugType { enum
105 unsigned DebugTypes = static_cast<unsigned>(DebugType::None);
H A DDriver.cpp568 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 DWriter.cpp120 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 DPPCallbacks.h183 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 DScoreboardHazardRecognizer.h92 const char *DebugType; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp138 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 DCOFF.h643 enum DebugType : unsigned { enum
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1902 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 DCOFFDumper.cpp515 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1214 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local
1236 Flags, DebugType); in createBitFieldType()