Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp41 .Case(getSectionName(DebugSectionKind::DebugAddr), in parseDebugTableName()
42 DebugSectionKind::DebugAddr) in parseDebugTableName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h39 DebugAddr, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp35 if (DebugAddr) in getNonEmptySectionNames()
104 IO.mapOptional("debug_addr", DWARF.DebugAddr); in mapping()
H A DDWARFEmitter.cpp632 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp504 &OutUnit->getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr), in cloneScalarAttr()
H A DDWARFLinkerImpl.cpp727 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr).OS in emitInvariantSections()
H A DDWARFLinkerCompileUnit.cpp643 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr); in emitDebugAddrSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h219 std::optional<std::vector<AddrTableEntry>> DebugAddr; member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1666 Address DebugAddr = address; in EmitAutoVarAlloca() local
1672 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp263 case DebugSectionKind::DebugAddr: in getMCSection()
H A DDWARFLinker.cpp2663 Dwarf.getDWARFObj().getAddrSection().Data, DebugSectionKind::DebugAddr); in copyInvariantDebugSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1202 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)