Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h52 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot() function
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h53 virtual void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp83 virtual void emitInstructionAnnot(const Instruction *I, in emitInstructionAnnot() function in llvm::MemorySSAAnnotatedWriter
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1645 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
/external/llvm/lib/IR/
DAsmWriter.cpp2822 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()