Searched refs:DebugSec (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp929 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( local
931 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym);
933 OS.SwitchSection(DebugSec);
937 if (ComdatDebugSections.insert(DebugSec).second)

Completed in 122 milliseconds