Home
last modified time | relevance | path

Searched refs:setSelection (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebuginfo-properties.m26 // CHECK: !DISubprogram(name: "-[MyClass setSelection:]"
40 // CHECK: !DISubprogram(name: "-[OtherClass setSelection:]"
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
H A DReductionRules.h213 s.setSelection(NId, v.minIndex()); in backpropagate()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionCOFF.h70 void setSelection(int Selection) const;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp602 Current->setSelection(Type); in ParseDirectiveLinkOnce()