/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | decorators.py | 176 archs=None, triple=None, argument 276 archs=None, triple=None, argument 303 archs=None, triple=None, argument 321 def _skip_for_android(reason, api_levels, archs): argument 413 archs=None): argument 422 def expectedFailureDarwin(bugnumber=None, compilers=None, debug_info=None, archs=None): argument 433 def expectedFailureAndroid(bugnumber=None, api_levels=None, archs=None): argument 502 def expectedFlakeyAndroid(bugnumber=None, api_levels=None, archs=None): argument 687 def skipIfTargetAndroid(bugnumber=None, api_levels=None, archs=None): argument
|
H A D | lldbtest.py | 1394 def expectedArch(self, archs): argument
|
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
H A D | ArchitectureSet.cpp | 53 std::vector<Architecture> archs; in operator std::vector<Architecture>() local
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandOptionArgumentTable.cpp | 294 StringList archs; in arch_helper() local
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/unit/ |
H A D | test_analyze.py | 296 def flags(archs): argument 308 def stop(archs): argument
|
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | CompilerRTUtils.cmake | 77 set(archs ${${out_var}}) variable
|
H A D | CompilerRTDarwinUtils.cmake | 115 set(archs ${ARGN}) variable
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 485 std::vector<ArchSpec> &archs) { in x86GetSupportedArchitectures() 605 std::vector<ArchSpec> &archs, std::optional<llvm::Triple::OSType> os) { in ARMGetSupportedArchitectures()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | TargetList.cpp | 184 std::vector<ArchSpec> archs; in CreateTargetInternal() local
|
H A D | Platform.cpp | 1145 Platform::CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs, in CreateArchList() 2039 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, in GetOrCreate()
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | InputFiles.cpp | 230 std::vector<StringRef> archs; in readFile() local
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-m68k.c | 372 static const struct m68k_cpu archs[] = variable
|