Searched refs:HotPatch (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | using-namespace.test | 24 Flags: [ SecurityChecks, HotPatch ]
|
D | annotation.test | 42 Flags: [ SecurityChecks, HotPatch ]
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 416 HotPatch = 1 << 14, enumerator 430 HotPatch = 1 << 14, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 451 HotPatch = 1 << 14, enumerator 467 HotPatch = 1 << 14, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 451 HotPatch = 1 << 14, enumerator 467 HotPatch = 1 << 14, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 130 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch), 142 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 117 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch), 129 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 109 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch), 121 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 76 PUSH_FLAG(CompileSym2Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym2Flags() 96 PUSH_FLAG(CompileSym3Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym3Flags()
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.cpp | 759 (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None; in initializeFlags()
|