Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h51 const char *const DebugType;
58 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic() argument
60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic()
63 const char *getDebugType() const { return DebugType; } in getDebugType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
35 (void)DebugType; in ScoreboardHazardRecognizer()
H A DMachineCopyPropagation.cpp276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon835623930111::MachineCopyPropagation
278 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT);
314 DebugType DT) { in ReadRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
56 if (d == DebugType) in isCurrentDebugType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument
466 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
467 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h164 const char *DebugType; variable
180 DebugType = "";
190 void setDebugType(const char *s) { DebugType = s; }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
474 StringRef DebugType) { in PragmaDebug() argument
479 OS << DebugType; in PragmaDebug()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h651 enum DebugType : unsigned { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1229 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally()
2089 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
2147 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
2168 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs()
2170 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Original iv: " in replaceCongruentIVs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp522 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1379 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local
1401 Flags, DebugType); in createBitFieldType()