Home
last modified time | relevance | path

Searched defs:DebugType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStatistic.h59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h154 const char *DebugType; variable
/llvm-project-15.0.7/llvm/lib/Support/
H A DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h212 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
523 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp544 StringRef DebugType) { in PragmaDebug()
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp204 llvm::StringRef DebugType) { in PragmaDebug()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp322 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anone7b60f380111::MachineCopyPropagation
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h74 enum class DebugType { enum
H A DWriter.cpp89 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DCOFF.h651 enum DebugType : unsigned { enum
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1434 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local