Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h180 DenseMap<const MDNode *, SmallVector<const MCSymbol *>> PCSectionsSymbols; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1574 PCSectionsSymbols[&MD].emplace_back(S); in emitPCSectionsLabel()
1579 if (PCSectionsSymbols.empty() && !F.hasMetadata(LLVMContext::MD_pcsections)) in emitPCSections()
1665 for (const auto &MS : PCSectionsSymbols) in emitPCSections()
1668 PCSectionsSymbols.clear(); in emitPCSections()