Home
last modified time | relevance | path

Searched refs:emitInstructionAnnot (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h53 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot() function
/external/llvm/lib/IR/
DAsmWriter.cpp2639 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()