Home
last modified time | relevance | path

Searched defs:InstrumentationIRBuilder (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h191 struct InstrumentationIRBuilder : IRBuilder<> { struct
199 explicit InstrumentationIRBuilder(Instruction *IP) : IRBuilder<>(IP) { in InstrumentationIRBuilder() function