Home
last modified time | relevance | path

Searched refs:Hotpatch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h146 Hotpatch(false), PPCGenScalarMASSEntries(false), JMCInstrument(false), in TargetOptions()
352 unsigned Hotpatch : 1; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp437 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp845 if (Asm->TM.Options.Hotpatch || Arch == ArchType::thumb || in emitCompilerInformation()