Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp154 static size_t byteSize(BTF::CommonType *Type) { in byteSize() function
229 uint64_t Size = byteSize(Type); in parseTypesInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1496 unsigned byteSize = is32bit ? 4 : 8; in processInstruction() local
1497 getStreamer().emitCodeAlignment(Align(byteSize), &getSTI(), byteSize); in processInstruction()
1509 getStreamer().emitIntValue(Value, byteSize); in processInstruction()
/freebsd-14.2/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()