Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 25 of 185) sorted by relevance

12345678

/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dopencl-printf-unsupported.ll10 …_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 DFileSpec.cpp181 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 DPdbAstBuilder.h47 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 Dalias-resolve.ll15 ;; 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 Dthinlto_weak_resolution.ll44 ; 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 DFileSystem.cpp229 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 Dcuf15.cuf48 call all(actual_host) ! Should resolved to unified
49 call all_without_managed(actual_host) ! Should resolved to managed
H A Dcuf14.cuf48 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 DStackFrame.cpp148 // 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 Driscv-undefined-weak.s18 ## 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 Dweak_resolution.ll46 ;; 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 Dcgscc-devirt-iteration.ll48 ; 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 Dfixups.s8 ## 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 DHeadersTests.cpp150 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 Dfalsepos.h3 #warning successfully resolved the falsepos.h header
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/
H A Dvector-ops.mlir24 // '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 DBitsInitOverflow.td5 // CHECK: error: Initializer of 'X' in 'anonymous_0' could not be fully resolved:
/llvm-project/llvm/test/tools/opt-viewer/
H A Dlit.local.cfg8 # can be resolved.
/llvm-project/llvm/test/MC/RISCV/
H A Dfixups.s9 # 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 DValue.cpp416 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 Dargv0.txt1 # Check that we route argv[0] as it was written, instead of the resolved
/llvm-project/llvm/test/Linker/
H A D2003-08-28-TypeResolvesGlobal3.ll7 ; GLobal using the resolved function prototype
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/
H A DCOFF_directive_alternatename.s5 # foo external symbol was resolved to foo_def.
/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/
H A Dmodule.modulemap7 // between umbrella headers and builtins is resolved.
/llvm-project/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.

12345678