Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp900 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol() local
902 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
904 OS.SwitchSection(DebugSec); in switchToDebugSectionForSymbol()
908 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol()