Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1409 WriteConstantInternal(raw_ostream & Out,const Constant * CV,AsmWriterContext & WriterCtx) WriteConstantInternal() argument
1685 writeMDTuple(raw_ostream & Out,const MDTuple * Node,AsmWriterContext & WriterCtx) writeMDTuple() argument
1727 AsmWriterContext &WriterCtx; global() member
1794 writeMetadataAsOperand(raw_ostream & Out,const Metadata * MD,AsmWriterContext & WriterCtx) writeMetadataAsOperand() argument
1906 writeGenericDINode(raw_ostream & Out,const GenericDINode * N,AsmWriterContext & WriterCtx) writeGenericDINode() argument
1924 writeDILocation(raw_ostream & Out,const DILocation * DL,AsmWriterContext & WriterCtx) writeDILocation() argument
1938 writeDIAssignID(raw_ostream & Out,const DIAssignID * DL,AsmWriterContext & WriterCtx) writeDIAssignID() argument
1944 writeDISubrange(raw_ostream & Out,const DISubrange * N,AsmWriterContext & WriterCtx) writeDISubrange() argument
1985 writeDIGenericSubrange(raw_ostream & Out,const DIGenericSubrange * N,AsmWriterContext & WriterCtx) writeDIGenericSubrange() argument
2063 writeDIStringType(raw_ostream & Out,const DIStringType * N,AsmWriterContext & WriterCtx) writeDIStringType() argument
2081 writeDIDerivedType(raw_ostream & Out,const DIDerivedType * N,AsmWriterContext & WriterCtx) writeDIDerivedType() argument
2104 writeDICompositeType(raw_ostream & Out,const DICompositeType * N,AsmWriterContext & WriterCtx) writeDICompositeType() argument
2137 writeDISubroutineType(raw_ostream & Out,const DISubroutineType * N,AsmWriterContext & WriterCtx) writeDISubroutineType() argument
2163 writeDICompileUnit(raw_ostream & Out,const DICompileUnit * N,AsmWriterContext & WriterCtx) writeDICompileUnit() argument
2193 writeDISubprogram(raw_ostream & Out,const DISubprogram * N,AsmWriterContext & WriterCtx) writeDISubprogram() argument
2221 writeDILexicalBlock(raw_ostream & Out,const DILexicalBlock * N,AsmWriterContext & WriterCtx) writeDILexicalBlock() argument
2233 writeDILexicalBlockFile(raw_ostream & Out,const DILexicalBlockFile * N,AsmWriterContext & WriterCtx) writeDILexicalBlockFile() argument
2244 writeDINamespace(raw_ostream & Out,const DINamespace * N,AsmWriterContext & WriterCtx) writeDINamespace() argument
2254 writeDICommonBlock(raw_ostream & Out,const DICommonBlock * N,AsmWriterContext & WriterCtx) writeDICommonBlock() argument
2266 writeDIMacro(raw_ostream & Out,const DIMacro * N,AsmWriterContext & WriterCtx) writeDIMacro() argument
2277 writeDIMacroFile(raw_ostream & Out,const DIMacroFile * N,AsmWriterContext & WriterCtx) writeDIMacroFile() argument
2287 writeDIModule(raw_ostream & Out,const DIModule * N,AsmWriterContext & WriterCtx) writeDIModule() argument
2303 writeDITemplateTypeParameter(raw_ostream & Out,const DITemplateTypeParameter * N,AsmWriterContext & WriterCtx) writeDITemplateTypeParameter() argument
2314 writeDITemplateValueParameter(raw_ostream & Out,const DITemplateValueParameter * N,AsmWriterContext & WriterCtx) writeDITemplateValueParameter() argument
2327 writeDIGlobalVariable(raw_ostream & Out,const DIGlobalVariable * N,AsmWriterContext & WriterCtx) writeDIGlobalVariable() argument
2346 writeDILocalVariable(raw_ostream & Out,const DILocalVariable * N,AsmWriterContext & WriterCtx) writeDILocalVariable() argument
2362 writeDILabel(raw_ostream & Out,const DILabel * N,AsmWriterContext & WriterCtx) writeDILabel() argument
2373 writeDIExpression(raw_ostream & Out,const DIExpression * N,AsmWriterContext & WriterCtx) writeDIExpression() argument
2398 writeDIArgList(raw_ostream & Out,const DIArgList * N,AsmWriterContext & WriterCtx,bool FromValue=false) writeDIArgList() argument
2414 writeDIGlobalVariableExpression(raw_ostream & Out,const DIGlobalVariableExpression * N,AsmWriterContext & WriterCtx) writeDIGlobalVariableExpression() argument
2423 writeDIObjCProperty(raw_ostream & Out,const DIObjCProperty * N,AsmWriterContext & WriterCtx) writeDIObjCProperty() argument
2437 writeDIImportedEntity(raw_ostream & Out,const DIImportedEntity * N,AsmWriterContext & WriterCtx) writeDIImportedEntity() argument
2471 WriteAsOperandInternal(raw_ostream & Out,const Value * V,AsmWriterContext & WriterCtx) WriteAsOperandInternal() argument
2550 WriteAsOperandInternal(raw_ostream & Out,const Metadata * MD,AsmWriterContext & WriterCtx,bool FromValue) WriteAsOperandInternal() argument
2737 auto WriterCtx = getContext(); writeOperand() local
2797 auto WriterCtx = getContext(); writeParamOperand() local
2822 auto WriterCtx = getContext(); writeOperandBundles() local
3656 AsmWriterContext WriterCtx(&TypePrinter, &Machine, GV->getParent()); printGlobal() local
3747 AsmWriterContext WriterCtx(&TypePrinter, &Machine, GA->getParent()); printAlias() local
3786 AsmWriterContext WriterCtx(&TypePrinter, &Machine, GI->getParent()); printIFunc() local
3901 AsmWriterContext WriterCtx(&TypePrinter, &Machine, F->getParent()); printFunction() local
4593 auto WriterCtx = getContext(); printDPValue() local
4622 auto WriterCtx = getContext(); printMetadataAttachments() local
4654 auto WriterCtx = getContext(); printMDNodeBody() local
4942 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine()); print() local
4958 AsmWriterContext WriterCtx(nullptr, Machine, M); printWithoutType() local
4973 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule()); printAsOperandImpl() local
5003 printMetadataImplRec(raw_ostream & ROS,const Metadata & MD,AsmWriterContext & WriterCtx) printMetadataImplRec() argument
5065 std::unique_ptr<AsmWriterContext> WriterCtx; printMetadataImpl() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h65 void *WriterCtx; global() member