Searched refs:isInternal (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DylibVerifier.cpp | 329 if (DR->isInternal()) { in compareVisibility() 340 if ((R->isInternal() && !SymCtx.Inlined) && DR && DR->isExported()) { in compareVisibility() 366 if (R->isInternal()) in compareVisibility() 467 if (SymCtx.FA->Avail.isUnavailable() && (!DR || DR->isInternal())) { in verifyImpl() 632 if (R.isInternal()) { in visitSymbolInDylib()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Record.h | 96 bool isInternal() const { return Linkage == RecordLinkage::Internal; } in isInternal() function
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
|
| H A D | LTO.cpp | 269 (sym->file->isInternal() || sym->file->isElf())); in add()
|
| H A D | InputSection.cpp | 294 if (file->isInternal()) in getEnclosingSymbol() 425 if (file->isInternal() || !isStaticRelSecType(type)) in getRelocatedSection()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Mips.cpp | 777 if (!file || file->isInternal()) in isMipsPIC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 848 bool isInternal(const Function *Fn) const;
|
| H A D | SystemZISelLowering.cpp | 11086 bool SystemZTargetLowering::isInternal(const Function *Fn) const { in isInternal() function in SystemZTargetLowering 11108 IsInternal = isInternal(CalleeFn); in verifyNarrowIntegerArgs_Call() 11130 if (!isInternal(F) && !verifyNarrowIntegerArgs(Outs)) { in verifyNarrowIntegerArgs_Ret()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1542 ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) { in Create() argument 1545 isInternal); in Create()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 462 OptionalClangModuleID owning_module, bool isInternal,
|
| H A D | TypeSystemClang.cpp | 1256 bool isInternal = false; in CreateRecordType() local 1257 return CreateObjCClass(name, decl_ctx, owning_module, isInternal, metadata); in CreateRecordType() 1821 OptionalClangModuleID owning_module, bool isInternal, in CreateObjCClass() argument 1832 decl->setImplicit(isInternal); in CreateObjCClass()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1279 SourceLocation ClassLoc = SourceLocation(), bool isInternal = false);
|