| /llvm-project/llvm/test/CodeGen/AMDGPU/ |
| H A D | opencl-printf-unsupported.ll | 10 …_inttoptr_argument void (i32): printf format string must be a trivially resolved constant string g… 17 … void (ptr addrspace(4), i32): printf format string must be a trivially resolved constant string g… 24 … void (ptr addrspace(4), i32): printf format string must be a trivially resolved constant string g… 34 …_no_initializer_gv void (i32): printf format string must be a trivially resolved constant string g… 43 …ble_initializer_gv void (i32): printf format string must be a trivially resolved constant string g… 53 …on not_constant_gv void (i32): printf format string must be a trivially resolved constant string g…
|
| /llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 181 llvm::SmallString<128> resolved(pathname); in SetFile() local 184 if (needsNormalization(resolved)) in SetFile() 185 llvm::sys::path::remove_dots(resolved, true, m_style); in SetFile() 189 std::replace(resolved.begin(), resolved.end(), '\\', '/'); in SetFile() 191 if (resolved.empty()) { in SetFile() 201 llvm::StringRef filename = llvm::sys::path::filename(resolved, m_style); in SetFile() 205 llvm::StringRef directory = llvm::sys::path::parent_path(resolved, m_style); in SetFile()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 47 DeclStatus(lldb::user_id_t uid, bool resolved) in DeclStatus() 48 : uid(uid), resolved(resolved) {} in DeclStatus() 50 bool resolved = false; member
|
| /llvm-project/llvm/test/Transforms/GlobalOpt/ |
| H A D | alias-resolve.ll | 15 ;; weak1 may be replaced with another definition in the linkage unit. Not resolved. 38 ;; foo1 is dso_preemptable. Not resolved. 50 ;; weak1 is weak. Not resolved.
|
| /llvm-project/llvm/test/tools/gold/X86/ |
| H A D | thinlto_weak_resolution.ll | 44 ; Alias are resolved to weak_odr in prevailing module, but left as linkonce_odr 50 ; Alias are resolved in prevailing module, but not optimized in 56 ; Function with an alias are resolved in prevailing module, but 66 ; Function with an alias are resolved to weak in prevailing module, but
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 229 SmallString<128> resolved(path.begin(), path.end()); in Resolve() local 232 resolved); in Resolve() 235 SmallString<128> absolute(resolved.begin(), resolved.end()); in Resolve() 242 path.append(resolved.begin(), resolved.end()); in Resolve()
|
| /llvm-project/flang/test/Semantics/ |
| H A D | cuf15.cuf | 48 call all(actual_host) ! Should resolved to unified 49 call all_without_managed(actual_host) ! Should resolved to managed
|
| H A D | cuf14.cuf | 48 call all(actual_host) ! Should resolved to unified 49 call all_without_unified(actual_host) ! Should resolved to managed
|
| /llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 148 // Make sure we have resolved the StackID object's symbol context scope if we in GetStackID() 305 uint32_t resolved = 0; in GetSymbolContext() 311 resolved |= eSymbolContextTarget; in GetSymbolContext() 315 // don't have a module. The resolved address section will contain the in GetSymbolContext() 335 resolved |= eSymbolContextCompUnit; in GetSymbolContext() 344 resolved |= eSymbolContextFunction; in GetSymbolContext() 353 resolved |= eSymbolContextBlock; in GetSymbolContext() 362 resolved |= eSymbolContextSymbol; in GetSymbolContext() 371 resolved |= eSymbolContextLineEntry; in GetSymbolContext() 383 resolved | in GetSymbolContext() 304 uint32_t resolved = 0; GetSymbolContext() local [all...] |
| /llvm-project/lld/test/ELF/ |
| H A D | riscv-undefined-weak.s | 18 ## Absolute relocations are resolved to 0. 29 ## Currently, PC-relative relocations are resolved to 0. 77 ## Absolute relocations are resolved to 0.
|
| /llvm-project/llvm/test/ThinLTO/X86/ |
| H A D | weak_resolution.ll | 46 ;; Alias are resolved, but can't be turned into "available_externally" 51 ;; Alias are resolved, but can't be turned into "available_externally" 65 ;; Function with an alias are resolved to weak_odr in prevailing module, but 75 ;; Function with an alias are resolved to weak in prevailing module, but
|
| /llvm-project/llvm/test/Other/ |
| H A D | cgscc-devirt-iteration.ll | 48 ; is to have one indirect call that can only be resolved when the entire SCC is 67 ; This indirect call is the first to be resolved, allowing us to deduce 91 ; This is the second indirect call to be resolved, and can only be resolved
|
| /llvm-project/llvm/test/MC/LoongArch/Relocations/ |
| H A D | fixups.s | 8 ## Checks that fixups that can be resolved within the same object file are 51 ## Testing the function call offset could resolved by assembler
|
| /llvm-project/clang-tools-extra/clangd/unittests/ |
| H A D | HeadersTests.cpp | 150 MATCHER_P(resolved, Name, "") { return arg.Resolved == Name; } 172 AllOf(written("\"sub/bar.h\""), resolved(BarHeader)))); in TEST_F() 191 UnorderedElementsAre(AllOf(written("\"bar.h\""), resolved(BarHeader)))); in TEST_F() 254 UnorderedElementsAre(AllOf(written("\"foo.h\""), resolved("")))); in TEST_F()
|
| /llvm-project/clang/test/Preprocessor/Inputs/microsoft-header-search/ |
| H A D | falsepos.h | 3 #warning successfully resolved the falsepos.h header
|
| /llvm-project/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/ |
| H A D | vector-ops.mlir | 24 // 'vector.store' or 'vector.transfer_write' ops until this is resolved or 55 // by the callee on return. Once this is resolved this can be moved to a 109 // by the callee on return. Once this is resolved this can be moved to a
|
| /llvm-project/llvm/test/TableGen/ |
| H A D | BitsInitOverflow.td | 5 // CHECK: error: Initializer of 'X' in 'anonymous_0' could not be fully resolved:
|
| /llvm-project/llvm/test/tools/opt-viewer/ |
| H A D | lit.local.cfg | 8 # can be resolved.
|
| /llvm-project/llvm/test/MC/RISCV/ |
| H A D | fixups.s | 9 # Checks that fixups that can be resolved within the same object file are 63 # Testing the function call offset could resolved by assembler
|
| /llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 416 bool resolved = false; in GetValueAsData() 430 resolved = true; in GetValueAsData() 440 resolved = true; in GetValueAsData() 447 if (!resolved) { in GetValueAsData() 413 bool resolved = false; GetValueAsData() local
|
| /llvm-project/llvm/utils/lit/tests/Inputs/shtest-format-argv0/ |
| H A D | argv0.txt | 1 # Check that we route argv[0] as it was written, instead of the resolved
|
| /llvm-project/llvm/test/Linker/ |
| H A D | 2003-08-28-TypeResolvesGlobal3.ll | 7 ; GLobal using the resolved function prototype
|
| /llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/ |
| H A D | COFF_directive_alternatename.s | 5 # foo external symbol was resolved to foo_def.
|
| /llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/ |
| H A D | module.modulemap | 7 // between umbrella headers and builtins is resolved.
|
| /llvm-project/llvm/test/MC/MachO/ARM/ |
| H A D | no-subsections-reloc.s | 6 @ in the same section can be resolved at assembly time w/o relocations.
|