Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp77 MDB.createPCSections( in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp281 MDB.createPCSections({{Section, {CFM}}})); in runOn()
366 I.setMetadata(LLVMContext::MD_pcsections, MDB.createPCSections(Sections)); in runOn()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMDBuilder.h128 MDNode *createPCSections(ArrayRef<PCSection> Sections);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp161 MDNode *MDBuilder::createPCSections(ArrayRef<PCSection> Sections) { in createPCSections() function in MDBuilder