Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h459 HotPatch = 1 << 14, enumerator
475 HotPatch = 1 << 14, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp118 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch),
130 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp79 PUSH_FLAG(CompileSym2Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym2Flags()
99 PUSH_FLAG(CompileSym3Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym3Flags()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp735 (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None; in initializeFlags()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def146 CODEGENOPT(HotPatch, 1, 0) ///< Supports the Microsoft /HOTPATCH flag and
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp425 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
H A DCodeGenFunction.cpp913 if (CGM.getCodeGenOpts().HotPatch && in StartFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp851 Flags |= static_cast<uint32_t>(CompileSym3Flags::HotPatch); in emitCompilerInformation()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3535 MarshallingInfoFlag<CodeGenOpts<"HotPatch">>;