Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h122 unsigned getSizeInBytes() const { getSizeInBytes() function
181 unsigned getSizeInBytes() const { getSizeInBytes() function
282 unsigned getSizeInBytes() const { getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h203 constexpr TypeSize getSizeInBytes() const { in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp150 getSizeInBytes(std::optional<uint64_t> SizeInBits) { in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h629 TypeSize getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1376 unsigned MachineConstantPoolValue::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolValue
1380 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes() function in MachineConstantPoolEntry
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h170 unsigned getSizeInBytes() const { in getSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7203 Value *OpenMPIRBuilder::getSizeInBytes(Value *BasePtr) { in getSizeInBytes() function in OpenMPIRBuilder