Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp963 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol() local
965 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
967 OS.SwitchSection(DebugSec); in switchToDebugSectionForSymbol()
971 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol()