Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp153 return wrap(D->createReplaceableCompositeType( in LLVMDIBuilderCreateReplaceableCompositeType()
/external/llvm/include/llvm/IR/
DDIBuilder.h421 DICompositeType *createReplaceableCompositeType(
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp737 llvm::DICompositeType *RetTy = DBuilder.createReplaceableCompositeType( in getOrCreateRecordFwdDecl()
1819 llvm::DIType *FwdDecl = DBuilder.createReplaceableCompositeType( in CreateType()
2208 llvm::TempDIScope TmpContext(DBuilder.createReplaceableCompositeType( in CreateEnumType()
2213 llvm::DIType *RetTy = DBuilder.createReplaceableCompositeType( in CreateEnumType()
2531 llvm::DICompositeType *RealDecl = DBuilder.createReplaceableCompositeType( in CreateLimitedType()
/external/llvm/lib/IR/
DDIBuilder.cpp494 DICompositeType *DIBuilder::createReplaceableCompositeType( in createReplaceableCompositeType() function in DIBuilder