Searched refs:AddrSection (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 45 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument 50 Asm.OutStreamer->SwitchSection(AddrSection); in emit() 55 EndLabel = emitHeader(Asm, AddrSection); in emit()
|
D | AddressPool.h | 45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 47 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument 52 Asm.OutStreamer->SwitchSection(AddrSection); in emit() 57 EndLabel = emitHeader(Asm, AddrSection); in emit()
|
D | AddressPool.h | 45 void emit(AsmPrinter &Asm, MCSection *AddrSection);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 27 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument 32 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
|
D | AddressPool.h | 43 void emit(AsmPrinter &Asm, MCSection *AddrSection);
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 269 StringRef AddrSection; variable 318 return AddrSection; in getAddrSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1460 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/ |
D | DWARFContext.cpp | 1525 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/ |
D | DWARFContext.cpp | 713 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()
|