Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp631 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h218 Optional<std::vector<AddrTableEntry>> DebugAddr; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1603 Address DebugAddr = address; in EmitAutoVarAlloca() local
1609 DebugAddr = ReturnValuePointer; in EmitAutoVarAlloca()
1611 (void)DI->EmitDeclareOfAutoVariable(&D, DebugAddr.getPointer(), Builder, in EmitAutoVarAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1154 HANDLE_DWARF_SECTION(DebugAddr, ".debug_addr", "debug-addr", BoolOption)