Searched defs:InputDieEntry (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEAttributeCloner.h | 50 const DWARFDebugInfoEntry *InputDieEntry, in DIEAttributeCloner() 62 const DWARFDebugInfoEntry *InputDieEntry, in DIEAttributeCloner() 87 const DWARFDebugInfoEntry *InputDieEntry, in DIEAttributeCloner() 154 const DWARFDebugInfoEntry *InputDieEntry = nullptr; variable
|
H A D | AcceleratorRecordsSaver.cpp | 63 void AcceleratorRecordsSaver::save(const DWARFDebugInfoEntry *InputDieEntry, in save() 182 void AcceleratorRecordsSaver::saveObjC(const DWARFDebugInfoEntry *InputDieEntry, in saveObjC()
|
H A D | DWARFLinkerCompileUnit.h | 329 uint64_t getDieOutOffset(const DWARFDebugInfoEntry *InputDieEntry) { in getDieOutOffset() 337 TypeEntry *getDieTypeEntry(const DWARFDebugInfoEntry *InputDieEntry) { in getDieTypeEntry() 359 void setDieTypeEntry(const DWARFDebugInfoEntry *InputDieEntry, in setDieTypeEntry()
|
H A D | DWARFLinkerCompileUnit.cpp | 1366 uint32_t InputDieIdx = getDIEIndex(InputDieEntry); in createPlainDIEandCloneAttributes() argument 1291 cloneDIE(const DWARFDebugInfoEntry * InputDieEntry,TypeEntry * ClonedParentTypeDIE,uint64_t OutOffset,std::optional<int64_t> FuncAddressAdjustment,std::optional<int64_t> VarAddressAdjustment,BumpPtrAllocator & Allocator,TypeUnit * ArtificialTypeUnit) cloneDIE() argument 1471 createTypeDIEandCloneAttributes(const DWARFDebugInfoEntry * InputDieEntry,DIEGenerator & TypeDIEGenerator,TypeEntry * ClonedParentTypeDIE,TypeUnit * ArtificialTypeUnit) createTypeDIEandCloneAttributes() argument [all...] |