Home
last modified time | relevance | path

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

/llvm-project/lld/MachO/
H A DOutputSection.h56 virtual bool isHidden() const { return false; } 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.cpp417 addLibrary(StringRef name,bool isNeeded,bool isWeak,bool isReexport,bool isHidden,bool isExplicit,LoadType loadType) addLibrary() argument
/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()
/llvm-project/lld/wasm/
H A DSymbols.cpp208 bool Symbol::isHidden() const { isHidden() function in lld::wasm::Symbol
214 setHidden(bool isHidden) setHidden() argument
/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp129 static bool isHidden(const Record *R) { isHidden() function
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h93 bool isHidden() const { in isHidden() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2132 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, isHidden() function