Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp96 addOpaqueData(begin, begin + CGM.getContext().getTypeSizeInChars(type)); in addTypedData()
109 addOpaqueData(begin + valueSize, begin + atomicSize); in addTypedData()
204 addOpaqueData(recordBegin + bitfieldByteBegin, in addBitFieldData()
239 return addOpaqueData(begin, end); in addTypedData()
267 return addOpaqueData(begin, end); in addLegalTypedData()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h59 void addOpaqueData(CharUnits begin, CharUnits end) { in addOpaqueData() function