Searched refs:HotPatch (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 466 HotPatch = 1 << 14, enumerator 482 HotPatch = 1 << 14, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 120 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch), 132 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 79 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 D | InputFiles.cpp | 774 (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None; in initializeFlags()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 151 CODEGENOPT(HotPatch, 1, 0) ///< Supports the Microsoft /HOTPATCH flag and
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 436 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
|
H A D | CodeGenFunction.cpp | 971 if (CGM.getCodeGenOpts().HotPatch && in StartFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 851 Flags |= static_cast<uint32_t>(CompileSym3Flags::HotPatch); in emitCompilerInformation()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3697 MarshallingInfoFlag<CodeGenOpts<"HotPatch">>;
|