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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp35 if (!DebugAddr.empty())
71 IO.mapOptional("debug_addr", DWARF.DebugAddr);
H A DDWARFEmitter.cpp379 for (const AddrTableEntry &TableEntry : DI.DebugAddr) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h187 std::vector<AddrTableEntry> DebugAddr; member in struct:llvm::DWARFYAML::Data
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1572 Address DebugAddr = address; local
1578 DebugAddr = ReturnValuePointer;
1580 (void)DI->EmitDeclareOfAutoVariable(&D, DebugAddr.getPointer(), Builder,

Completed in 126 milliseconds