/llvm-project/clang/docs/ |
H A D | Toolchain.rst | 201 compiler-rt (LLVM) 206 libatomic (GNU) 229 libunwind (LLVM) 241 libgcc_s (GNU) 247 libunwind (nongnu.org) 253 libunwind (PathScale) 300 libc++abi (LLVM) 306 libsupc++ (GNU) 319 libcxxrt (PathScale) 335 standard library, aimed at being a complete implementation of the C++ [all …]
|
/llvm-project/libc/docs/gpu/ |
H A D | using.rst | 26 Offloading usageUsing the GPU C library global() argument 134 Direct compilationUsing the GPU C library global() argument [all...] |
/llvm-project/mlir/include/mlir/Tools/Plugins/ |
H A D | PassPlugin.h | 86 const llvm::sys::DynamicLibrary &library) in PassPlugin() 90 llvm::sys::DynamicLibrary library; variable
|
H A D | DialectPlugin.h | 80 const llvm::sys::DynamicLibrary &library) in DialectPlugin() 84 llvm::sys::DynamicLibrary library; variable
|
/llvm-project/openmp/runtime/tools/ |
H A D | check-execstack.py | 20 def is_stack_executable_readelf(library): argument
|
/llvm-project/bolt/docs/ |
H A D | RuntimeLibrary.md | 17 ### Limitations
|
/llvm-project/mlir/lib/Tools/Plugins/ |
H A D | DialectPlugin.cpp | 18 auto library = in load() local
|
H A D | PassPlugin.cpp | 18 auto library = in load() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | gen_dynamic_list.py | 87 def get_global_functions(nm_executable, library): argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_itt.cpp | 97 char const *library = va_arg(args, char const *); in __itt_error_handler() local 117 char const *library = va_arg(args, char const *); in __itt_error_handler() local
|
/llvm-project/flang/test/Semantics/ |
H A D | ignore_tkr03.f90 | 2 module library module
|
/llvm-project/mlir/unittests/Dialect/Transform/ |
H A D | Preload.cpp | 34 const static llvm::StringLiteral library = R"MLIR( variable
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformDialect.cpp | 95 ::mlir::OwningOpRef<::mlir::ModuleOp> &&library) { in loadIntoLibraryModule() argument
|
/llvm-project/mlir/lib/Target/LLVM/ |
H A D | ModuleToObject.cpp | 71 std::unique_ptr<llvm::Module> library = loadBitcodeFile() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbutil.py | 1635 skip_if_library_missing(test, target, library) global() argument 1636 find_library(target, library) global() argument
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 962 for (const auto &library : Libraries) { in assignTargetsToLibrary() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 4931 __anon0221db6c1f02(const XMLNode &library) GetLoadedModuleList() argument 5010 __anon0221db6c2102(const XMLNode &library) GetLoadedModuleList() argument [all...] |
/llvm-project/lldb/source/Core/ |
H A D | PluginManager.cpp | 43 llvm::sys::DynamicLibrary library; global() member
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 6247 __anon4f3a1b741402(const char *library) GetStdModuleManifestPath() argument [all...] |
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1452 #define __sanitizer_syscall_pre_uselib(library) \ argument 1454 #define __sanitizer_syscall_post_uselib(res, library) \ argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 1890 IntrinsicLibrary library{builder, loc, converter}; genIntrinsicCall() local [all...] |