Home
last modified time | relevance | path

Searched defs:PatchType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPatchableFunction.cpp72 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.h121 enum class PatchType { MacroDirectives, All }; enum
H A DPreamble.cpp606 PatchType PatchType) { in create() argument