Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp829 MCSymbol *hotPatchInfo = nullptr; in emitSecureHotPatchInformation() local
834 if (hotPatchInfo == nullptr) in emitSecureHotPatchInformation()
835 hotPatchInfo = beginCVSubsection(DebugSubsectionKind::Symbols); in emitSecureHotPatchInformation()
846 if (hotPatchInfo != nullptr) in emitSecureHotPatchInformation()
847 endCVSubsection(hotPatchInfo); in emitSecureHotPatchInformation()