Home
last modified time | relevance | path

Searched refs:DebugAddr (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp41 .Case(getSectionName(DebugSectionKind::DebugAddr), in parseDebugTableName()
42 DebugSectionKind::DebugAddr) in parseDebugTableName()
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h39 DebugAddr, enumerator
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp35 if (DebugAddr) in getNonEmptySectionNames()
106 IO.mapOptional("debug_addr", DWARF.DebugAddr); in mapping()
H A DDWARFEmitter.cpp662 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp504 &OutUnit->getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr), in cloneScalarAttr()
H A DDWARFLinkerImpl.cpp725 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr).OS in emitInvariantSections()
H A DDWARFLinkerCompileUnit.cpp643 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr); in emitDebugAddrSection()
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp84 Y.DebugAddr = std::move(AddrTables); in dumpDebugAddr()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h244 std::optional<std::vector<AddrTableEntry>> DebugAddr;
241 std::optional<std::vector<AddrTableEntry>> DebugAddr; global() member
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll163 !134 = !DIEnumerator(name: "DebugAddr", value: 1)
/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1689 Address DebugAddr = address; in EmitAutoVarAlloca()
1695 DebugAddr = ReturnValuePointer;
1670 Address DebugAddr = address; EmitAutoVarAlloca() local
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp263 case DebugSectionKind::DebugAddr: in getMCSection()
H A DDWARFLinker.cpp2700 Dwarf.getDWARFObj().getAddrSection().Data, DebugSectionKind::DebugAddr); in link()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1285 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)