HomeSort by relevance Sort by last modified time
    Searched defs:getOrCreateArray (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 39 DIArray Enums = getOrCreateArray(AllEnumTypes);
42 DIArray RetainTypes = getOrCreateArray(AllRetainTypes);
45 DIArray SPs = getOrCreateArray(AllSubprograms);
54 DIArray AV = getOrCreateArray(Variables);
61 DIArray GVs = getOrCreateArray(AllGVs);
631 /// getOrCreateArray - Get a DIArray, create one if required.
632 DIArray DIBuilder::getOrCreateArray(ArrayRef<Value *> Elements) {
    [all...]
  /external/llvm/bindings/go/llvm/
dibuilder.go 351 elements := d.getOrCreateArray(t.Elements)
452 subscripts := d.getOrCreateArray(subscriptsSlice)
494 // getOrCreateArray gets a metadata node containing the specified values,
496 func (d *DIBuilder) getOrCreateArray(values []Metadata) Metadata {
  /external/llvm/lib/IR/
DIBuilder.cpp 76 DINodeArray AV = getOrCreateArray(Variables);
508 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) {
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 1195 milliseconds