Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp45 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument
50 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
55 EndLabel = emitHeader(Asm, AddrSection); in emit()
DAddressPool.h45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp47 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument
52 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
57 EndLabel = emitHeader(Asm, AddrSection); in emit()
DAddressPool.h45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
/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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1460 DWARFSectionMap AddrSection; member in __anonb929a5320d11::DWARFObjInMemory
1487 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()
1811 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1525 DWARFSectionMap AddrSection; member in __anon7fa3c61e0f11::DWARFObjInMemory
1553 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()
1873 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp713 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()