Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp310 if (DR->isInternal()) { in compareVisibility()
321 if ((R->isInternal() && !SymCtx.Inlined) && DR && DR->isExported()) { in compareVisibility()
347 if (R->isInternal()) in compareVisibility()
448 if (SymCtx.FA->Avail.isUnavailable() && (!DR || DR->isInternal())) { in verifyImpl()
613 if (R.isInternal()) { in visitSymbolInDylib()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h95 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.cpp264 (sym->file->isInternal() || sym->file->isElf())); in add()
H A DInputSection.cpp284 if (file->isInternal()) in getEnclosingSymbol()
393 if (file->isInternal() || !isStaticRelSecType(type)) in getRelocatedSection()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp775 if (!file || file->isInternal()) in isMipsPIC()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1545 ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) { in Create() argument
1548 isInternal); in Create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h461 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1232 bool isInternal = false; in CreateRecordType() local
1234 isInternal, metadata); in CreateRecordType()
1801 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
1813 decl->setImplicit(isInternal); in CreateObjCClass()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1281 SourceLocation ClassLoc = SourceLocation(), bool isInternal = false);