Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1500 unsigned byteSize = is32bit ? 4 : 8; in processInstruction() local
1501 getStreamer().emitCodeAlignment(byteSize, byteSize); in processInstruction()
1513 getStreamer().emitIntValue(Value, byteSize); in processInstruction()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp241 unsigned byteSize = ref.Count * sizeof(TypeIndex); in remapRecord() local
242 if (contents.size() < ref.Offset + byteSize) in remapRecord()