Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h155 XRayFunctionIndex(true), DebugStrictDwarf(false), Hotpatch(false), in TargetOptions()
365 unsigned Hotpatch : 1; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp436 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp849 if (Asm->TM.Options.Hotpatch || Arch == ArchType::thumb || in emitCompilerInformation()