Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h91 void beginModuleInfoLine(const Module *M);
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp118 beginModuleInfoLine(MMap.Mod); in tryMMap()
165 beginModuleInfoLine(&Module); in tryModule()
171 void MarkupFilter::beginModuleInfoLine(const Module *M) { in beginModuleInfoLine() function in MarkupFilter