Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h609 DIE *cloneDIE(const DWARFDie &InputDIE, const DWARFFile &File,
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1449 DIE *DWARFLinker::DIECloner::cloneDIE(const DWARFDie &InputDIE, in cloneDIE() function in llvm::DWARFLinker::DIECloner
1636 if (DIE *Clone = cloneDIE(Child, File, Unit, StringPool, PCOffset, in cloneDIE()
2284 cloneDIE(InputDIE, File, *CurrentUnit, StringPool, 0 /* PC offset */, in cloneAllCompileUnits()