Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStatistic.h59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h154 const char *DebugType; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp538 StringRef DebugType) { in PragmaDebug()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp323 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anonb2bd9f5f0111::MachineCopyPropagation
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h652 enum DebugType : unsigned { enum
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1465 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local