Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h77 bool isHidden() const { return IsHidden; } in isHidden() function
78 void setHidden(bool isHidden) { IsHidden = isHidden; } in setHidden()
/openbsd/gnu/llvm/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; } in isHidden() function
88 bool isHidden() const override { return true; } in isHidden() function
104 bool isHidden() const override { return true; } in isHidden() function
H A DDriver.cpp412 bool isReexport, bool isHidden, bool isExplicit, in addLibrary()
/openbsd/gnu/llvm/lld/wasm/
H A DSymbols.cpp208 bool Symbol::isHidden() const { in isHidden() function in lld::wasm::Symbol
214 void Symbol::setHidden(bool isHidden) { in setHidden()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp129 static bool isHidden(const Record *R) { in isHidden() function
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h89 bool isHidden() const { in isHidden() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2119 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, in isHidden() function