Home
last modified time | relevance | path

Searched refs:HotPatch (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h456 HotPatch = 1 << 14, enumerator
472 HotPatch = 1 << 14, enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp117 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch),
129 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp78 PUSH_FLAG(CompileSym2Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym2Flags()
98 PUSH_FLAG(CompileSym3Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym3Flags()
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp733 (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None; in initializeFlags()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def148 CODEGENOPT(HotPatch, 1, 0) ///< Supports the Microsoft /HOTPATCH flag and
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp449 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
H A DCodeGenFunction.cpp893 if (CGM.getCodeGenOpts().HotPatch && in StartFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp845 Flags |= static_cast<uint32_t>(CompileSym3Flags::HotPatch); in emitCompilerInformation()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2731 MarshallingInfoFlag<CodeGenOpts<"HotPatch">>;