Home
last modified time | relevance | path

Searched defs:isHidden (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h78 bool isHidden() const { return IsHidden; } in setHidden() argument
77 bool isHidden() const { return IsHidden; } isHidden() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DOutputSection.h56 virtual bool isHidden() const { return false; } in isHidden() function
H A DSyntheticSections.h71 bool isHidden() const final { return true; } isHidden() function
88 bool isHidden() const override { return true; } isHidden() function
104 bool isHidden() const override { return true; } isHidden() function
H A DDriver.cpp417 addLibrary(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isHidden,bool isExplicit,LoadType loadType) addLibrary() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp129 static bool isHidden(const Record *R) { in isHidden() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h89 bool isHidden() const { isHidden() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2118 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, isHidden() function
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp13820 bool isHidden = false; in makeTestCase() local
13890 bool TestCaseInfo::isHidden() const { in isHidden() function in Catch::TestCaseInfo