| /llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 45 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 D | weak_resolution.ll | 18 ; 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 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-15.0.7/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-15.0.7/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 240 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 D | riscv-undefined-weak.s | 16 ## 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 D | StackFrame.cpp | 303 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 D | falsepos.h | 3 #warning successfully resolved the falsepos.h header
|
| /llvm-project-15.0.7/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-15.0.7/llvm/test/TableGen/ |
| H A D | BitsInitOverflow.td | 5 // 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 D | lit.local.cfg | 8 # can be resolved.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | HeadersTests.cpp | 144 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 D | argv0.txt | 1 # Check that we route argv[0] as it was written, instead of the resolved
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | 2003-08-28-TypeResolvesGlobal3.ll | 7 ; GLobal using the resolved function prototype
|
| H A D | 2003-08-23-GlobalVarLinking.ll | 8 ; 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 D | module.modulemap | 7 // between umbrella headers and builtins is resolved.
|
| /llvm-project-15.0.7/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.
|
| /llvm-project-15.0.7/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-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/BPF/ |
| H A D | abs64-relocation.s | 5 # test R_BPF_64_ABS64 which should have relocation resolved properly.
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Value.cpp | 396 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 D | gfx10_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|
| H A D | gfx8_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|
| H A D | gfx1030_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|
| H A D | gfx90a_label.rst | 18 …eferred from. The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.
|