Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h78 bool isHidden() const { return IsHidden; } in isHidden() function
79 void setHidden(bool isHidden) { IsHidden = isHidden; } in setHidden()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSection.h56 virtual bool isHidden() const { return false; } in isHidden() function
H A DSyntheticSections.h72 bool isHidden() const final { return true; } in isHidden() function
89 bool isHidden() const override { return true; } in isHidden() function
105 bool isHidden() const override { return true; } in isHidden() function
H A DDriver.cpp450 bool isReexport, bool isHidden, bool isExplicit, in addLibrary()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp129 static bool isHidden(const Record *R) { in isHidden() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h93 bool isHidden() const { in isHidden() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2132 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, in isHidden() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13820 bool isHidden = false; in makeTestCase() local
13890 bool TestCaseInfo::isHidden() const { in isHidden() function in Catch::TestCaseInfo