Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h201 StringRef AddrSection; variable
235 return AddrSection; in getAddrSection()
HDDWARFContext.cpp623 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h280 void emitAddresses(const MCSection *AddrSection);
HDDwarfDebug.cpp2641 void DwarfUnits::emitAddresses(const MCSection *AddrSection) { in emitAddresses() argument
2646 Asm->OutStreamer.SwitchSection(AddrSection); in emitAddresses()