Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp27 void AddressPool::emit(AsmPrinter &Asm, const MCSection *AddrSection) { in emit() argument
32 Asm.OutStreamer.SwitchSection(AddrSection); in emit()
DAddressPool.h43 void emit(AsmPrinter &Asm, const MCSection *AddrSection);
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h242 StringRef AddrSection; variable
286 return AddrSection; in getAddrSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp595 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()