Lines Matching defs:os
19 /// \param[in] os
20 /// The target's os type.
26 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) {
27 switch (os) {
52 /// \param[in] os
53 /// The target's os type.
59 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) {
60 switch (os) {
82 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS();
85 if (!GetAbortLocation(os, location))
125 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS();
128 if (!GetAssertLocation(os, location))