Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/ !
H A DDWARFLinkerBase.cpp41 .Case(getSectionName(DebugSectionKind::DebugAddr), in parseDebugTableName()
42 DebugSectionKind::DebugAddr) in parseDebugTableName()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ !
H A DDWARFLinkerBase.h39 DebugAddr, enumerator
/src/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()
/src/contrib/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()
/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ !
H A DDWARFYAML.h241 std::optional<std::vector<AddrTableEntry>> DebugAddr; member
/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DCGDecl.cpp1671 Address DebugAddr = address; in EmitAutoVarAlloca() local
1677 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ !
H A DDwarf.def1280 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)