Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStatistic.h53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) in StatisticBase()
66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) in TrackingStatistic()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/
Dchunk.rs87 struct DebugType([u8; 4]); in fmt() struct
89 impl fmt::Debug for DebugType { in fmt() implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/
Dchunk.rs87 struct DebugType([u8; 4]); in fmt() struct
89 impl fmt::Debug for DebugType { in fmt() implementation
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h88 const char *DebugType; variable
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/external/llvm/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h127 const char *DebugType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h138 const char *DebugType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStatistic.h59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h154 const char *DebugType; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp425 StringRef DebugType) { in PragmaDebug()
/external/angle/src/common/
Dgl_enum_utils_autogen.h55 DebugType, enumerator
255 DebugType, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp273 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon00a329420111::MachineCopyPropagation
/external/clang/include/clang/Lex/
DPPCallbacks.h180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp323 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon554853c80111::MachineCopyPropagation
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h595 enum DebugType { enum
/external/llvm/include/llvm/Support/
DCOFF.h590 enum DebugType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h645 enum DebugType : unsigned { enum
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DCOFF.h652 enum DebugType : unsigned { enum
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp960 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local