Home
last modified time | relevance | path

Searched refs:debugType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.h37 const char *debugType(const char *Filename);
102 DEBUG_WITH_TYPE(::clang::clangd::detail::debugType(__FILE__), \
H A DLogger.cpp42 const char *detail::debugType(const char *Filename) { in debugType() function in clang::clangd::detail
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp124 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, in fillEntry() argument
130 d->Type = debugType; in fillEntry()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1464 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType() local
1481 offsetInBits, flags, debugType, Annotations); in createFieldType()