Searched refs:isHidden (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h57 bool isHidden() const override { return true; }
71 bool isHidden() const override { return true; }
116 bool isHidden() const override { return true; }
206 bool isHidden() const override { return true; }
224 bool isHidden() const override { return true; }
242 bool isHidden() const override { return true; }
267 bool isHidden() const override { return true; }
H A DOutputSection.h46 virtual bool isHidden() const { return false; } function in class:lld::macho::OutputSection
H A DOutputSegment.cpp42 count += (!osec->isHidden() ? 1 : 0);
H A DWriter.cpp139 if (osec->isHidden())
388 if (!osec->isHidden())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h67 bool isHidden() const { return IsHidden; } function in class:llvm::MCSymbolWasm
68 void setHidden(bool isHidden) { IsHidden = isHidden; } argument
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp130 static bool isHidden(const Record *R) { function
136 return isHidden(DI->getDef());
151 if (!isHidden(&R))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h87 bool isHidden() const { function in class:llvm::object::WasmSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1371 << " isWeak=" << WS.isWeak() << " isHidden=" << WS.isHidden()
1564 if (WS.isHidden())
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp4732 bool isHidden() const;
11094 Colour::Code colour = testCaseInfo.isHidden()
13105 if (!test.isHidden())
13820 bool isHidden = false;
13837 isHidden = true;
13855 if( isHidden ) {
13890 bool TestCaseInfo::isHidden() const {
13997 if ((!testSpec.hasFilters() && !testCase.isHidden()) ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2120 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, function
2149 !isHidden(ErrorNode->getState()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1306 if (Sym.isHidden())
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c128705 int isHidden = 0; local
[all...]

Completed in 1090 milliseconds