Home
last modified time | relevance | path

Searched refs:isInternal (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp329 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 DRecord.h96 bool isInternal() const { return Linkage == RecordLinkage::Internal; } in isInternal() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
H A DLTO.cpp269 (sym->file->isInternal() || sym->file->isElf())); in add()
H A DInputSection.cpp294 if (file->isInternal()) in getEnclosingSymbol()
425 if (file->isInternal() || !isStaticRelSecType(type)) in getRelocatedSection()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp777 if (!file || file->isInternal()) in isMipsPIC()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h848 bool isInternal(const Function *Fn) const;
H A DSystemZISelLowering.cpp11086 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 DDeclObjC.cpp1542 ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) { in Create() argument
1545 isInternal); in Create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h462 OptionalClangModuleID owning_module, bool isInternal,
H A DTypeSystemClang.cpp1256 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 DDeclObjC.h1279 SourceLocation ClassLoc = SourceLocation(), bool isInternal = false);