Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1050 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol() local
1052 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
1054 OS.switchSection(DebugSec); in switchToDebugSectionForSymbol()
1058 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol()