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

  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 217 DITypeArray A = D->getOrCreateTypeArray(Elements);
  /external/llvm/include/llvm/IR/
DIBuilder.h 421 /// getOrCreateTypeArray - Get a DITypeArray, create one if required.
422 DITypeArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 298 auto Type = DIB.createSubroutineType(File, DIB.getOrCreateTypeArray(None));
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 232 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 815 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 849 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 535 DITypeArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) {
    [all...]

Completed in 705 milliseconds