Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DStatistic.h58 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h167 const char *DebugType; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h207 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
501 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp474 StringRef DebugType) { in PragmaDebug()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon0ce1fe200111::MachineCopyPropagation
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DConfig.h70 enum class DebugType { enum
DWriter.cpp97 DebugDirectoryChunk(const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h652 enum DebugType : unsigned { enum
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp1360 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local