Home
last modified time | relevance | path

Searched refs:cloneDIE (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1246 std::pair<DIE *, TypeEntry *> OutCUDie = cloneDIE( in cloneAndEmit()
1288 std::pair<DIE *, TypeEntry *> CompileUnit::cloneDIE( in cloneDIE() function in CompileUnit
1338 std::pair<DIE *, TypeEntry *> ClonedChild = cloneDIE( in cloneDIE()
H A DDWARFLinkerCompileUnit.h419 cloneDIE(const DWARFDebugInfoEntry *InputDieEntry,
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h586 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1679 DIE *DWARFLinker::DIECloner::cloneDIE(const DWARFDie &InputDIE, in cloneDIE() function in llvm::DWARFLinker::DIECloner
1897 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE()
2611 cloneDIE(InputDIE, File, *CurrentUnit, 0 /* PC offset */, UnitHeaderSize, in cloneAllCompileUnits()