Searched defs:InputDieEntry (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h154 const DWARFDebugInfoEntry *InputDieEntry = nullptr; member in class:llvm::dwarf_linker::parallel::DIEAttributeCloner
49 DIEAttributeCloner(DIE *OutDIE, CompileUnit &InUnit, CompileUnit *OutUnit, const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &Generator, std::optional<int64_t> FuncAddressAdjustment, std::optional<int64_t> VarAddressAdjustment, bool HasLocationExpressionAddress) argument
61 DIEAttributeCloner(DIE *OutDIE, CompileUnit &InUnit, TypeUnit *OutUnit, const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &Generator, std::optional<int64_t> FuncAddressAdjustment, std::optional<int64_t> VarAddressAdjustment, bool HasLocationExpressionAddress) argument
85 DIEAttributeCloner(DIE *OutDIE, CompileUnit &InUnit, CompileUnit::OutputUnitVariantPtr OutUnit, const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &Generator, std::optional<int64_t> FuncAddressAdjustment, std::optional<int64_t> VarAddressAdjustment, bool HasLocationExpressionAddress) argument
[all...]
H A DAcceleratorRecordsSaver.cpp63 void AcceleratorRecordsSaver::save(const DWARFDebugInfoEntry *InputDieEntry, argument
182 saveObjC(const DWARFDebugInfoEntry *InputDieEntry, DIE *OutDIE, AttributesInfo &AttrInfo) argument
[all...]
H A DDWARFLinkerCompileUnit.h329 uint64_t getDieOutOffset(const DWARFDebugInfoEntry *InputDieEntry) { argument
337 TypeEntry *getDieTypeEntry(const DWARFDebugInfoEntry *InputDieEntry) { argument
359 void setDieTypeEntry(const DWARFDebugInfoEntry *InputDieEntry, argument
[all...]
H A DDWARFLinkerCompileUnit.cpp1288 cloneDIE( const DWARFDebugInfoEntry *InputDieEntry, TypeEntry *ClonedParentTypeDIE, uint64_t OutOffset, std::optional<int64_t> FuncAddressAdjustment, std::optional<int64_t> VarAddressAdjustment, BumpPtrAllocator &Allocator, TypeUnit *ArtificialTypeUnit) argument
1363 createPlainDIEandCloneAttributes( const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &PlainDIEGenerator, uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment, std::optional<int64_t> &VarAddressAdjustment) argument
1468 createTypeDIEandCloneAttributes( const DWARFDebugInfoEntry *InputDieEntry, DIEGenerator &TypeDIEGenerator, TypeEntry *ClonedParentTypeDIE, TypeUnit *ArtificialTypeUnit) argument
[all...]

Completed in 146 milliseconds