Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/PDB/
Dusing-namespace.test24 Flags: [ SecurityChecks, HotPatch ]
Dannotation.test42 Flags: [ SecurityChecks, HotPatch ]
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h416 HotPatch = 1 << 14, enumerator
430 HotPatch = 1 << 14, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h451 HotPatch = 1 << 14, enumerator
467 HotPatch = 1 << 14, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h451 HotPatch = 1 << 14, enumerator
467 HotPatch = 1 << 14, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp130 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch),
142 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp117 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch),
129 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp109 CV_ENUM_CLASS_ENT(CompileSym2Flags, HotPatch),
121 CV_ENUM_CLASS_ENT(CompileSym3Flags, HotPatch),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp76 PUSH_FLAG(CompileSym2Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym2Flags()
96 PUSH_FLAG(CompileSym3Flags, HotPatch, Flags, "hot patchable"); in formatCompileSym3Flags()
/external/llvm-project/lld/COFF/
DInputFiles.cpp759 (cs.Flags & CompileSym3Flags::HotPatch) != CompileSym3Flags::None; in initializeFlags()