Home
last modified time | relevance | path

Searched refs:DITypeArray (Results 1 – 10 of 10) sorted by relevance

/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp128 DITypeArray(unwrap<MDTuple>(ParameterTypes))); in LLVMDIBuilderCreateSubroutineType()
217 DITypeArray A = D->getOrCreateTypeArray(Elements); in LLVMDIBuilderGetOrCreateTypeArray()
/external/llvm/include/llvm/IR/
DDIBuilder.h385 DITypeArray ParameterTypes,
422 DITypeArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
DDebugInfo.h102 typedef MDTypeRefArray DITypeArray; typedef
/external/llvm/lib/IR/
DDIBuilder.cpp428 DITypeArray ParameterTypes, in createSubroutineType()
535 DITypeArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()
543 return DITypeArray(MDNode::get(VMContext, Elts)); in getOrCreateTypeArray()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h312 void constructSubprogramArguments(DIE &Buffer, DITypeArray Args);
DDwarfCompileUnit.cpp572 DITypeArray FnArgs = Sub->getType()->getTypeArray(); in constructSubprogramScopeDIE()
DDwarfUnit.cpp981 void DwarfUnit::constructSubprogramArguments(DIE &Buffer, DITypeArray Args) { in constructSubprogramArguments()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp232 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp815 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()
1028 llvm::DITypeArray Args( in getOrCreateInstanceMethodType()
1067 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()
1400 llvm::DITypeArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()
2545 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()
2559 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp849 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys); in CreateFunctionType()