Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp87 std::vector<const MCSymbol *> GIATsEntries; in endModule() local
94 GIATsEntries.push_back(impSym); in endModule()
106 if (GFIDsEntries.empty() && GIATsEntries.empty() && LongjmpTargets.empty()) in endModule()
117 for (const MCSymbol *S : GIATsEntries) { in endModule()