Home
last modified time | relevance | path

Searched defs:getSizeInBytes (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h121 unsigned getSizeInBytes() const { in getSizeInBytes() function
180 unsigned getSizeInBytes() const { in getSizeInBytes() function
281 unsigned getSizeInBytes() const { in getSizeInBytes() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp150 getSizeInBytes(std::optional<uint64_t> SizeInBits) { in getSizeInBytes() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h629 TypeSize getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1364 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { getSizeInBytes() function in MachineConstantPoolValue
1368 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { getSizeInBytes() function in MachineConstantPoolEntry
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h174 unsigned getSizeInBytes() const { getSizeInBytes() function
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5240 Value *OpenMPIRBuilder::getSizeInBytes(Value *BasePtr) { getSizeInBytes() function in OpenMPIRBuilder