Searched defs:getTargetOpts (Results 1 – 4 of 4) sorted by relevance
107 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function108 const TargetOptions &getTargetOpts() const { return *TargetOpts.get(); } in getTargetOpts() function
320 TargetOptions &getTargetOpts() { in getTargetOpts() function323 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
133 TargetOptions &getTargetOpts() { return targetOpts; } in getTargetOpts() function134 const TargetOptions &getTargetOpts() const { return targetOpts; } in getTargetOpts() function
266 TargetOptions &getTargetOpts() const { in getTargetOpts() function