Home
last modified time | relevance | path

Searched refs:MacroAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp902 if (std::optional<uint64_t> MacroAttr = in cloneAndEmitDebugMacro() local
906 emitMacroTableImpl(Table, *MacroAttr, true); in cloneAndEmitDebugMacro()
911 if (std::optional<uint64_t> MacroAttr = in cloneAndEmitDebugMacro() local
915 emitMacroTableImpl(Table, *MacroAttr, false); in cloneAndEmitDebugMacro()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2113 if (std::optional<uint64_t> MacroAttr = in rememberUnitForMacroOffset() local
2115 UnitMacroMap.insert(std::make_pair(*MacroAttr, &Unit)); in rememberUnitForMacroOffset()
2119 if (std::optional<uint64_t> MacroAttr = in rememberUnitForMacroOffset() local
2121 UnitMacroMap.insert(std::make_pair(*MacroAttr, &Unit)); in rememberUnitForMacroOffset()