Lines Matching defs:visibility
303 /// Returns the visibility of the given symbol operation.
316 /// Sets the visibility of the given symbol operation.
320 // If the visibility is public, just drop the attribute as this is the
329 "unknown symbol visibility kind");
467 SymbolTable::Visibility visibility) {
468 switch (visibility) {
476 llvm_unreachable("Unexpected visibility");
530 // Verify the visibility attribute.
534 return op->emitOpError() << "requires visibility attribute '"
541 << "visibility expected to be one of [\"public\", \"private\", "
1112 StringRef visibility;
1113 if (parser.parseOptionalKeyword(&visibility, {"public", "private", "nested"}))
1116 StringAttr visibilityAttr = parser.getBuilder().getStringAttr(visibility);