Home
last modified time | relevance | path

Searched defs:DebugType (Results 1 – 10 of 10) 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()
/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/Support/
H A DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h58 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h164 const char *DebugType; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon835623930111::MachineCopyPropagation
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp474 StringRef 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/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1379 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local