Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp43 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() argument
45 emitHeader(Asm, AddrSection); in emit()
51 Asm.OutStreamer->SwitchSection(AddrSection); in emit()
DAddressPool.h46 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1234 DWARFSectionMap AddrSection; member in __anonddd817f10c11::DWARFObjInMemory
1255 .Case("debug_addr", &AddrSection) in mapNameToDWARFSection()
1517 const DWARFSection &getAddrSection() const override { return AddrSection; } in getAddrSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp713 .Case("debug_addr", &AddrSection) in DWARFContextInMemory()