Home
last modified time | relevance | path

Searched defs:ostype (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp499 llvm::Triple::OSType &ostype) { in GetOsFromOSABI()
547 llvm::Triple::OSType ostype; in GetModuleSpecifications() local
1343 llvm::Triple::OSType ostype; in GetSectionHeaderInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1268 std::string ostype = std::string(proc_triple.getOSName()); in CreateProcessInfoResponse_DebugServerStyle() local
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1194 llvm::Triple::OSType ostype = arch.IsValid() in Format() local