Searched refs:DebugType (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h49 const char *DebugType; member in class:llvm::StatisticBase
53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) argument
54 : DebugType(DebugType), Name(Name), Desc(Desc) {}
56 const char *getDebugType() const { return DebugType; }
66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) argument
67 : StatisticBase(DebugType, Name, Desc), Value(0), Initialized(false) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { argument
53 // See if DebugType is in list. Note: do not use find() as that forces us to
56 if (d == DebugType)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II),
35 (void)DebugType;
H A DMachineCopyPropagation.cpp273 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in class:__anon4581::MachineCopyPropagation
277 DebugType DT);
311 DebugType DT) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; member in class:llvm::ScoreboardHazardRecognizer
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h138 const char *DebugType; member in class:llvm::SCEVExpander
151 DebugType = "";
161 void setDebugType(const char* s) { DebugType = s; }
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h68 enum class DebugType { class in namespace:lld::coff
111 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
H A DDriver.cpp677 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
686 .Case("cv", static_cast<unsigned>(DebugType::CV))
687 .Case("pdata", static_cast<unsigned>(DebugType::PData))
688 .Case("fixup", static_cast<unsigned>(DebugType::Fixup))
700 debugTypes = static_cast<unsigned>(DebugType::CV);
702 debugTypes |= static_cast<unsigned>(DebugType::PData);
704 debugTypes |= static_cast<unsigned>(DebugType::Fixup);
H A DWriter.cpp129 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h202 /// \param DebugType The identifier following __debug.
203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { argument
464 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override {
465 First->PragmaDebug(Loc, DebugType);
466 Second->PragmaDebug(Loc, DebugType);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
474 StringRef DebugType) {
479 OS << DebugType; local
473 PragmaDebug(SourceLocation Loc, StringRef DebugType) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h645 enum DebugType : unsigned {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1990 DEBUG_WITH_TYPE(DebugType, dbgs()
2048 DEBUG_WITH_TYPE(DebugType,
2069 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: "
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp518 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1246 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); local
1268 Flags, DebugType);
2982 llvm::TimeTraceScope TimeScope("DebugType", [&]() {

Completed in 307 milliseconds