HomeSort by relevance Sort by last modified time
    Searched full:getorcreatetypearray (Results 1 - 23 of 23) sorted by null

  /external/llvm/bindings/go/llvm/
dibuilder.go 332 params := d.getOrCreateTypeArray(t.Parameters)
505 // getOrCreateTypeArray gets a metadata node for a type array containing the
507 func (d *DIBuilder) getOrCreateTypeArray(values []Metadata) Metadata {
DIBuilderBindings.cpp 213 DITypeRefArray A = D->getOrCreateTypeArray(Elements);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 345 auto Type = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None));
397 auto SPType = DIB.createSubroutineType(DIB.getOrCreateTypeArray(None));
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 231 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None);
418 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 512 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) {
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 439 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 480 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 484 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 484 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 480 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DIBuilder.h 484 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 484 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DIBuilder.h 498 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 852 return DBuilder->createSubroutineType(DBuilder->getOrCreateTypeArray(EltTys));
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 229 Builder.createSubroutineType(Builder.getOrCreateTypeArray(Args)),
    [all...]

Completed in 1345 milliseconds