Searched refs:HotPatch (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 456 HotPatch = 1 << 14, enumerator 472 HotPatch = 1 << 14, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 117 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch), 129 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 78 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 D | InputFiles.cpp | 733 (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None; in initializeFlags()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 148 CODEGENOPT(HotPatch, 1, 0) ///< Supports the Microsoft /HOTPATCH flag and
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 449 Options.Hotpatch = CodeGenOpts.HotPatch; in initTargetOptions()
|
| H A D | CodeGenFunction.cpp | 893 if (CGM.getCodeGenOpts().HotPatch && in StartFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 845 Flags |= static_cast<uint32_t>(CompileSym3Flags::HotPatch); in emitCompilerInformation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 2731 MarshallingInfoFlag<CodeGenOpts<"HotPatch">>;
|