| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | ConfusableIdentifierCheck.cpp | 50 std::string ConfusableIdentifierCheck::skeleton(StringRef Name) { in skeleton() function in clang::tidy::misc::ConfusableIdentifierCheck 152 llvm::SmallVector<const NamedDecl *> &Mapped = Mapper[skeleton(NDName)]; in check()
|
| H A D | ConfusableIdentifierCheck.h | 32 std::string skeleton(StringRef);
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | fission-inline.ll | 5 ; Test the emission of gmlt-like inlining information into the skeleton unit. 13 ; under fission, but should not be shared with the skeleton's CU. This also 55 ; FIXME: Once tools support indexed addresses in the skeleton CU, we should use
|
| H A D | split-dwarf-sysroot.ll | 3 ; DW_AT_LLVM_sysroot goes into the .dwo, not in the skeleton.
|
| H A D | string-offsets-table.ll | 52 ; For split dwarf, verify that the skeleton unit has the DW_AT_str_offsets_base 81 ; Extract the string offsets referenced in the main file by the skeleton unit.
|
| H A D | fission-cu.ll | 19 ; Check that the skeleton compile unit contains the proper attributes:
|
| H A D | symbolize-debug-fission-single.test | 3 # 2) Split in to two .s by making a copy and removing .dwo sections from skeleton .s.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | dwo.ll | 8 ; The skeleton must come second or LLDB may get confused.
|
| H A D | symbolize-split-dwarf-no-skel-address.test | 14 Compiled to assembly with clang, modified the skeleton CU to remove the
|
| /llvm-project-15.0.7/llvm/test/Transforms/Util/ |
| H A D | strip-nonlinetable-debuginfo-cus.ll | 8 ; The first CU is used for the line table, the second one is a module skeleton
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/WebAssembly/ |
| H A D | dwarf-headers.ll | 25 ; v5 skeleton/split CU, v5 normal/split TU. Some v5 variants differ only 26 ; in the unit_type code, and the skeleton/split CU differs from normal/partial
|
| H A D | fission-cu.ll | 21 ; Check that the skeleton compile unit contains the proper attributes:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | dwarf-headers.ll | 23 ; v5 skeleton/split CU, v5 normal/split TU. Some v5 variants differ only 24 ; in the unit_type code, and the skeleton/split CU differs from normal/partial
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | indirectbr.ll | 14 ; Just check the barest skeleton of the structure
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | debug_rnglists-dwo.s | 65 # A fake rnglists contribution so that range list bases for the skeleton
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/ |
| H A D | gmlt.ll | 40 ; skeleton CU to address the relocation problem, then remove abstract
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | BackGuide.rst | 477 The file ``TableGenBackendSkeleton.cpp`` provides a skeleton C++ translation 508 conventions used in the skeleton file. 673 included in the skeleton backend file ``TableGenBackendSkeleton.cpp``.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 341 ///< skeleton CU to allow for symbolication
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1149 HANDLE_DW_UT(0x04, skeleton)
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/ |
| H A D | Contributing.rst | 148 ``clang-tidy/add_new_check.py`` script to create the skeleton of the check and
|