Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1163 ArrayRef<uint8_t> ULEBbytes(ULEB, ULEBsize); in cloneDieAttrExpression() local
1164 OutputExpression.append(ULEBbytes.begin(), ULEBbytes.end()); in cloneDieAttrExpression()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1197 ArrayRef<uint8_t> ULEBbytes(ULEB, ULEBsize); in cloneExpression() local
1198 OutputBuffer.append(ULEBbytes.begin(), ULEBbytes.end()); in cloneExpression()