Home
last modified time | relevance | path

Searched refs:canKeyFunctionBeInline (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetCXXABI.h259 bool canKeyFunctionBeInline() const { in canKeyFunctionBeInline() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2051 Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline(); in computeKeyFunction()
H A DASTContext.cpp9854 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in DeclMustBeEmitted()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp13237 !Context.getTargetInfo().getCXXABI().canKeyFunctionBeInline()) { in ActOnFinishFunctionBody()