Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h45 DeclStatus(lldb::user_id_t uid, bool resolved) in DeclStatus()
46 : uid(uid), resolved(resolved) {} in DeclStatus()
48 bool resolved = false; member
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dweak_resolution.ll18 ; Alias are resolved, but can't be turned into "available_externally"
23 ; Alias are resolved, but can't be turned into "available_externally"
28 ; Function with an alias are resolved to weak_odr in prevailing module, but
38 ; Function with an alias are resolved to weak in prevailing module, but
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp240 SmallString<128> resolved(path.begin(), path.end()); in Resolve() local
243 resolved); in Resolve()
246 SmallString<128> absolute(resolved.begin(), resolved.end()); in Resolve()
253 path.append(resolved.begin(), resolved.end()); in Resolve()
/llvm-project-15.0.7/lld/test/ELF/
H A Driscv-undefined-weak.s16 ## Absolute relocations are resolved to 0.
27 ## Currently, PC-relative relocations are resolved to 0.
75 ## Absolute relocations are resolved to 0.
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp303 uint32_t resolved = 0; in GetSymbolContext() local
309 resolved |= eSymbolContextTarget; in GetSymbolContext()
333 resolved |= eSymbolContextCompUnit; in GetSymbolContext()
342 resolved |= eSymbolContextFunction; in GetSymbolContext()
351 resolved |= eSymbolContextBlock; in GetSymbolContext()
360 resolved |= eSymbolContextSymbol; in GetSymbolContext()
369 resolved |= eSymbolContextLineEntry; in GetSymbolContext()
381 resolved |= m_sc.module_sp->ResolveSymbolContextForAddress( in GetSymbolContext()
390 if ((resolved & eSymbolContextBlock) && m_sc.block == nullptr) in GetSymbolContext()
394 if ((resolved & eSymbolContextLineEntry) && in GetSymbolContext()
[all …]
/llvm-project-15.0.7/clang/test/Preprocessor/Inputs/microsoft-header-search/
H A Dfalsepos.h3 #warning successfully resolved the falsepos.h header
/llvm-project-15.0.7/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-15.0.7/llvm/test/TableGen/
H A DBitsInitOverflow.td5 // CHECK: error: Initializer of 'X' in 'anonymous_0' could not be fully resolved:
/llvm-project-15.0.7/llvm/test/tools/opt-viewer/
H A Dlit.local.cfg8 # can be resolved.
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp144 MATCHER_P(resolved, Name, "") { return arg.Resolved == Name; }
167 AllOf(written("\"sub/bar.h\""), resolved(BarHeader)))); in TEST_F()
186 UnorderedElementsAre(AllOf(written("\"bar.h\""), resolved(BarHeader)))); in TEST_F()
219 UnorderedElementsAre(AllOf(written("\"foo.h\""), resolved("")))); in TEST_F()
/llvm-project-15.0.7/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-15.0.7/llvm/test/Linker/
H A D2003-08-28-TypeResolvesGlobal3.ll7 ; GLobal using the resolved function prototype
H A D2003-08-23-GlobalVarLinking.ll8 ; S's should cause the opaque type to be resolved to 'int'.
/llvm-project-15.0.7/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/
H A Dmodule.modulemap7 // between umbrella headers and builtins is resolved.
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.
/llvm-project-15.0.7/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-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/BPF/
H A Dabs64-relocation.s5 # test R_BPF_64_ABS64 which should have relocation resolved properly.
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp396 bool resolved = false; in GetValueAsData() local
410 resolved = true; in GetValueAsData()
420 resolved = true; in GetValueAsData()
427 if (!resolved) { in GetValueAsData()
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx10_label.rst18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
H A Dgfx8_label.rst18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
H A Dgfx1030_label.rst18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
H A Dgfx90a_label.rst18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.

1234567