Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h154 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()
357 unsigned Hotpatch : 1; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp425 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp849 if (Asm->TM.Options.Hotpatch || Arch == ArchType::thumb || in emitCompilerInformation()