Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h140 using PCSection = std::pair<StringRef, SmallVector<Constant *>>; variable
143 MDNode *createPCSections(ArrayRef<PCSection> Sections);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp442 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp175 MDNode *MDBuilder::createPCSections(ArrayRef<PCSection> Sections) { in createPCSections()