Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1553 unsigned byteSize = is32bit ? 4 : 8; in processInstruction() local
1554 getStreamer().emitCodeAlignment(Align(byteSize), &getSTI(), byteSize); in processInstruction()
1566 getStreamer().emitIntValue(Value, byteSize); in processInstruction()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp232 unsigned byteSize = ref.Count * sizeof(TypeIndex); in remapRecord() local
233 if (contents.size() < ref.Offset + byteSize) in remapRecord()