Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h39 DebugAddr, enumerator
/freebsd/contrib/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.cpp632 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h241 std::optional<std::vector<AddrTableEntry>> DebugAddr; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp725 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr).OS in emitInvariantSections()
H A DDWARFLinkerCompileUnit.cpp643 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr); in emitDebugAddrSection()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1671 Address DebugAddr = address; in EmitAutoVarAlloca() local
1677 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp263 case DebugSectionKind::DebugAddr: in getMCSection()
H A DDWARFLinker.cpp2683 Dwarf.getDWARFObj().getAddrSection().Data, DebugSectionKind::DebugAddr); in copyInvariantDebugSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1280 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)