Home
last modified time | relevance | path

Searched refs:DebugSec (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp829 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>( in switchToDebugSectionForSymbol() local
831 DebugSec = OS.getContext().getAssociativeCOFFSection(DebugSec, KeySym); in switchToDebugSectionForSymbol()
833 OS.SwitchSection(DebugSec); in switchToDebugSectionForSymbol()
837 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol()