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.h147 using PCSection = std::pair<StringRef, SmallVector<Constant *>>; variable
150 LLVM_ABI MDNode *createPCSections(ArrayRef<PCSection> Sections);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp443 SmallVector<MDBuilder::PCSection, 1> Sections; in runOn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp174 MDNode *MDBuilder::createPCSections(ArrayRef<PCSection> Sections) { in createPCSections()