Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h77 bool isInternal() const { return Linkage == RecordLinkage::Internal; } in isInternal() function
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h76 bool isInternal() const { return kind() == InternalKind; } in isInternal() function
H A DLTO.cpp262 (sym->file->isInternal() || sym->file->isElf())); in add()
H A DInputSection.cpp248 if (file->isInternal()) in getEnclosingSymbol()
349 if (!file || file->isInternal() || (type != SHT_RELA && type != SHT_REL)) in getRelocatedSection()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp775 if (!file || file->isInternal()) in isMipsPIC()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1549 bool isInternal){ in Create() argument
1552 isInternal); in Create()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h456 bool isForwardDecl, bool isInternal,
H A DTypeSystemClang.cpp1284 bool isInternal = false; in CreateRecordType() local
1286 isInternal, metadata); in CreateRecordType()
1850 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
1861 decl->setImplicit(isInternal); in CreateObjCClass()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1280 bool isInternal = false);