HomeSort by relevance Sort by last modified time
    Searched refs:createSubroutineType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 337 /// createSubroutineType - Create subroutine type.
341 DIType createSubroutineType(DIFile File, DIArray ParameterTypes);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 693 llvm::DIType DbgTy = DBuilder.createSubroutineType(Unit, EltTypeArray);
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 523 /// createSubroutineType - Create subroutine type.
524 DIType DIBuilder::createSubroutineType(DIFile File, DIArray ParameterTypes) {
    [all...]

Completed in 445 milliseconds