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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h73 bool isHidden() const { return IsHidden; } function in class:llvm::MCSymbolWasm
74 void setHidden(bool isHidden) { IsHidden = isHidden; } argument
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp130 static bool isHidden(const Record *R) { function
136 return isHidden(DI->getDef());
151 if (!isHidden(&R))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h91 bool isHidden() const { function in class:llvm::object::WasmSymbol
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1511 << " isWeak=" << WS.isWeak() << " isHidden=" << WS.isHidden()
1723 if (WS.isHidden())
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp859 int interval = isHidden() ? 5000 : 1000;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2118 LLVM_ATTRIBUTE_USED static bool isHidden(const CheckerRegistryData &Registry, function
2147 !isHidden(ErrorNode->getState()
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1470 if (Sym.isHidden())
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c138945 int isHidden = 0; local
[all...]

Completed in 583 milliseconds