Searched refs:getAtomicOpts (Results 1 – 5 of 5) sorted by relevance
552 AtomicOptions AO = CGF.CGM.getAtomicOpts(); in setTargetAtomicMetadata()
1715 AtomicOptions getAtomicOpts() const { return AtomicOpts; } in getAtomicOpts() function
702 AtomicOptions getAtomicOpts() { return AtomicOpts; } in getAtomicOpts() function
824 : CGM(CGM_), SavedAtomicOpts(CGM.getAtomicOpts()) {828 : CGM(CGM_), SavedAtomicOpts(CGM.getAtomicOpts()) {
412 AtomicOpts(Target.getAtomicOpts()) { in CodeGenModule()