| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpec.cpp | 21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} in OptionValueFileSpec() argument 23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) in OptionValueFileSpec() argument 26 m_resolve(resolve) {} in OptionValueFileSpec() 30 bool resolve) in OptionValueFileSpec() argument 33 m_resolve(resolve) {} in OptionValueFileSpec()
|
| H A D | Property.cpp | 111 const bool resolve = definition.default_uint_value != 0; in Property() local 113 if (resolve) in Property() 115 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve); in Property()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | CMakeLists.txt | 33 resolve-labels.cpp 34 resolve-directives.cpp 35 resolve-names-utils.cpp 36 resolve-names.cpp
|
| /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/ |
| H A D | resolve-tmp-conflict.test | 3 # RUN: cp %S/Inputs/resolve-tmp-conflict.cpp %t.cpp && %update_cc_test_checks --function-signature … 4 # RUN: diff -u %S/Inputs/resolve-tmp-conflict.cpp.expected %t.cpp 8 # RUN: diff -u %S/Inputs/resolve-tmp-conflict.cpp.expected %t.cpp
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileSpec.h | 22 OptionValueFileSpec(bool resolve = true); 24 OptionValueFileSpec(const FileSpec &value, bool resolve = true); 27 const FileSpec &default_value, bool resolve = true);
|
| /llvm-project-15.0.7/clang/lib/Headers/cuda_wrappers/ |
| H A D | complex | 46 // complex functions, rather than calling builtins (which resolve to library 65 // __host__ code to sin() will still resolve to *something*, even if they don't 66 // resolve to the same function as they resolve to when compiling for host. We 67 // don't care that they don't resolve to the right function because we won't
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/llvm/ |
| H A D | subst.py | 14 def resolve(self, config, dirs): member in FindTool 102 def resolve(self, config, search_dirs): member in ToolSubst 116 command_str = self.command.resolve(config, search_dirs)
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/ |
| H A D | callee-namespace.rst | 6 Checks all calls resolve to functions within ``__llvm_libc`` namespace. 18 // Bare calls are allowed as long as they resolve to the correct namespace.
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() argument 48 LLDB_INSTRUMENT_VA(this, path, resolve); in SBFileSpec() 50 if (resolve) in SBFileSpec()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DWARF.cpp | 84 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function 93 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function 132 0, LLDRelocationResolver<RelTy>::resolve}; in findAux()
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | scoped-relaxation.s | 14 # Relaxed reference, this will resolve to a pair of `RISCV_ADD64` and 24 # Unrelaxed reference, this will resolve to a pair of `RISCV_ADD64` and
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/libscanbuild/resources/ |
| H A D | sorttable.js | 475 var resolve = Object; // default 478 resolve = Function; 485 resolve = String; 488 resolve = Array; 490 resolve.forEach(object, block, context);
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/resources/ |
| H A D | sorttable.js | 518 var resolve = Object; // default 521 resolve = Function; 528 resolve = String; 531 resolve = Array; 533 resolve.forEach(object, block, context);
|
| /llvm-project-15.0.7/clang/tools/scan-build/share/scan-build/ |
| H A D | sorttable.js | 475 var resolve = Object; // default 478 resolve = Function; 485 resolve = String; 488 resolve = Array; 490 resolve.forEach(object, block, context);
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRInterfaces.cpp | 96 context.resolve().get(), ConcreteIface::getInterfaceID())) { in PyConcreteOpInterface() 210 PyMlirContext &pyContext = context.resolve(); in inferReturnTypes() 218 opNameRef, pyContext.get(), location.resolve(), mlirOperands.size(), in inferReturnTypes()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | debug-dead-reloc-icf.s | 2 ## Test we resolve symbolic relocations in .debug_* sections to a tombstone 32 ## Instead resolve the relocation to the folded .text.1 to .text
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | resolution-change.m | 12 // Use the PCH with no way to resolve DependsOnA 16 // Use the PCH with no way to resolve A 20 // Use the PCH and have it resolve to the other A
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | URI.h | 63 static llvm::Expected<std::string> resolve(const URI &U, 67 static llvm::Expected<std::string> resolve(llvm::StringRef FileURI,
|
| H A D | URI.cpp | 198 llvm::Expected<std::string> URI::resolve(llvm::StringRef FileURI, in resolve() function in clang::clangd::URI 203 auto Path = URI::resolve(*Uri, HintPath); in resolve() 245 llvm::Expected<std::string> URI::resolve(const URI &Uri, in resolve() function in clang::clangd::URI
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | shlink.yaml | 1 ## Check obj2yaml reports a proper error when unable to resolve 8 ## ERR1: Error reading file: [[FILE]]: unable to resolve sh_link reference in section '.test': inva…
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-global-hashes.test | 7 RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.nohash.pdb | FileCheck %s 8 RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.hash.pdb | FileCheck %s 9 RUN: llvm-pdbutil dump -types -ids -dont-resolve-forward-refs %t.mixed.pdb | FileCheck %s
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | lit.local.cfg | 3 # This is needed by command-target-create-resolve-exe.test
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | distinct-cycles.ll | 2 ; Crasher for PR22456: MapMetadata() should resolve all cycles.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/ARM/ |
| H A D | unsupported-write-variant.s | 7 # CHECK: error: unable to resolve scheduling class for write variant.
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | BufferViewFlowAnalysis.h | 55 ValueSetT resolve(Value value) const;
|