Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp35 if (DebugAddr) in getNonEmptySectionNames()
106 IO.mapOptional("debug_addr", DWARF.DebugAddr); in mapping()
H A DDWARFEmitter.cpp631 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp79 Y.DebugAddr = std::move(AddrTables); in dumpDebugAddr()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h218 Optional<std::vector<AddrTableEntry>> DebugAddr; member
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll162 !134 = !DIEnumerator(name: "DebugAddr", value: 1)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1615 Address DebugAddr = address; in EmitAutoVarAlloca() local
1621 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1158 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)