Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp600 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol() local
602 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
604 OS.SwitchSection(DebugSec); in switchToDebugSectionForSymbol()
608 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol()