Searched refs:debugType (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Logger.h | 38 const char *debugType(const char *Filename); 103 DEBUG_WITH_TYPE(::clang::clangd::detail::debugType(__FILE__), \
|
D | Logger.cpp | 42 const char *detail::debugType(const char *Filename) { in debugType() function in clang::clangd::detail
|
/external/llvm-project/lld/COFF/ |
D | Writer.cpp | 132 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, in fillEntry() argument 138 d->Type = debugType; in fillEntry()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 985 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() local 1001 AlignInBits, offsetInBits, flags, debugType); in createFieldType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1351 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() local 1368 offsetInBits, flags, debugType); in createFieldType()
|