Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1044 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol() local
1046 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
1048 OS.switchSection(DebugSec); in switchToDebugSectionForSymbol()
1052 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol()