Home
last modified time | relevance | path

Searched refs:getDebugMacro (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h277 const DWARFDebugMacro *getDebugMacro();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp412 if (Explicit || !getDebugMacro()->empty()) { in dump()
414 getDebugMacro()->dump(OS); in dump()
786 const DWARFDebugMacro *DWARFContext::getDebugMacro() { in getDebugMacro() function in DWARFContext