Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h92 const char *DebugType; variable
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h135 const char *DebugType; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDebug.cpp51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h183 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
425 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp473 StringRef DebugType) { in PragmaDebug()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DConfig.h68 enum class DebugType { enum
H A DWriter.cpp120 void fillEntry(debug_directory *D, COFF::DebugType DebugType, size_t Size, in fillEntry()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DCOFF.h643 enum DebugType : unsigned { enum
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1214 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local