Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp78 Y.DebugAddr = std::move(AddrTables); in dumpDebugAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h218 Optional<std::vector<AddrTableEntry>> DebugAddr; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1600 Address DebugAddr = address; in EmitAutoVarAlloca() local
1606 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
1608 (void)DI->EmitDeclareOfAutoVariable(&D, DebugAddr.getPointer(), Builder, in EmitAutoVarAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1150 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)