Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp28 llvm::errs() << " UnclonedReference: " << UnclonedReference << '\n'; in dump()
H A DDWARFLinker.cpp996 RefInfo.UnclonedReference = true; in cloneDieReferenceAttribute()
1009 if (Ref < InputDIE.getOffset() && !RefInfo.UnclonedReference) { in cloneDieReferenceAttribute()
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h83 bool UnclonedReference : 1; member