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, MCSection *AddrSection) { in emit() argument
32 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
DAddressPool.h43 void emit(AsmPrinter &Asm, MCSection *AddrSection);
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h269 StringRef AddrSection; variable
318 return AddrSection; in getAddrSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp713 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()