Searched refs:PCSection (Results 1 – 3 of 3) sorted by relevance
147 using PCSection = std::pair<StringRef, SmallVector<Constant *>>; variable150 LLVM_ABI MDNode *createPCSections(ArrayRef<PCSection> Sections);
443 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn()
174 MDNode *MDBuilder::createPCSections(ArrayRef<PCSection> Sections) { in createPCSections()