Searched refs:getPaddingType (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp28 llvm::Type* getPaddingType(uint64_t Align, uint64_t Offset) const;
184 llvm::Type *MipsABIInfo::getPaddingType(uint64_t OrigOffset, function in class:MipsABIInfo
220 getPaddingType(OrigOffset, CurrOffset));
241 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset));
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp391 assert(!AI.getPaddingType() &&
411 assert(!AI.getPaddingType() &&
H A DCGCall.cpp1526 if (AI.getPaddingType())
1693 ArgInfo.getPaddingType();
5081 llvm::UndefValue::get(ArgInfo.getPaddingType());
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h337 llvm::Type *getPaddingType() const { function

Completed in 222 milliseconds