Home
last modified time | relevance | path

Searched refs:skeleton (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp50 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 DConfusableIdentifierCheck.h32 std::string skeleton(StringRef);
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dfission-inline.ll5 ; 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 Dsplit-dwarf-sysroot.ll3 ; DW_AT_LLVM_sysroot goes into the .dwo, not in the skeleton.
H A Dstring-offsets-table.ll52 ; 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 Dfission-cu.ll19 ; Check that the skeleton compile unit contains the proper attributes:
H A Dsymbolize-debug-fission-single.test3 # 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 Ddwo.ll8 ; The skeleton must come second or LLDB may get confused.
H A Dsymbolize-split-dwarf-no-skel-address.test14 Compiled to assembly with clang, modified the skeleton CU to remove the
/llvm-project-15.0.7/llvm/test/Transforms/Util/
H A Dstrip-nonlinetable-debuginfo-cus.ll8 ; 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 Ddwarf-headers.ll25 ; 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 Dfission-cu.ll21 ; Check that the skeleton compile unit contains the proper attributes:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddwarf-headers.ll23 ; 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 Dindirectbr.ll14 ; Just check the barest skeleton of the structure
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug_rnglists-dwo.s65 # A fake rnglists contribution so that range list bases for the skeleton
/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Dgmlt.ll40 ; skeleton CU to address the relocation problem, then remove abstract
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackGuide.rst477 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 DCodeGenOptions.def341 ///< skeleton CU to allow for symbolication
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1149 HANDLE_DW_UT(0x04, skeleton)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DContributing.rst148 ``clang-tidy/add_new_check.py`` script to create the skeleton of the check and