Home
last modified time | relevance | path

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

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