Home
last modified time | relevance | path

Searched refs:InternalOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td31 // Attributes listed under the InternalOnly category do not generate any entry
34 def DocCatInternalOnly : DocumentationCategory<"InternalOnly">;
65 def InternalOnly : Documentation {
821 let Documentation = [InternalOnly];
901 let Documentation = [InternalOnly];
908 let Documentation = [InternalOnly];
985 let Documentation = [InternalOnly];
1043 let Documentation = [InternalOnly];
1573 let Documentation = [InternalOnly];
1906 let Documentation = [InternalOnly];
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp455 Function *const InternalOnly = in runOnFunction() local
465 InternalOnly->setVisibility(GlobalValue::DefaultVisibility); in runOnFunction()
466 InternalOnly->setLinkage(GlobalValue::InternalLinkage); in runOnFunction()
471 InternalOnly->removeDeadConstantUsers(); in runOnFunction()