Searched refs:DebugAddr (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp41 .Case(getSectionName(DebugSectionKind::DebugAddr),
42 DebugSectionKind::DebugAddr)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h39 DebugAddr, member in class:llvm::dwarf_linker::DebugSectionKind
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp35 if (DebugAddr)
104 IO.mapOptional("debug_addr", DWARF.DebugAddr);
H A DDWARFEmitter.cpp632 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h219 std::optional<std::vector<AddrTableEntry>> DebugAddr; member in struct:llvm::DWARFYAML::Data
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp504 &OutUnit->getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr),
H A DDWARFLinkerImpl.cpp727 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr).OS
H A DDWARFLinkerCompileUnit.cpp643 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp263 case DebugSectionKind::DebugAddr:
H A DDWARFLinker.cpp2663 Dwarf.getDWARFObj().getAddrSection().Data, DebugSectionKind::DebugAddr);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1666 Address DebugAddr = address; local
1672 DebugAddr = ReturnValuePointer;

Completed in 219 milliseconds