Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h219 std::optional<std::vector<AddrTableEntry>> DebugAddr; member
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp80 Y.DebugAddr = std::move(AddrTables); in dumpDebugAddr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1619 Address DebugAddr = address; in EmitAutoVarAlloca() local
1625 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1176 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)