Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dlvalue-reference-getter.mm5 struct SetSection { struct
10 static SetSection gSetSection;
13 - (SetSection&)sections; argument
17 - (SetSection&) sections {
27 // CHECK: [[C:%.*]] = call dereferenceable({{[0-9]+}}) %struct.SetSection* bitcast (i8* (i8*, i8*, …
28 // CHECK: call dereferenceable({{[0-9]+}}) i32* @_ZN10SetSection2atEi(%struct.SetSection* [[C]]
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go963 func (v Value) SetSection(str string) { func