HomeSort by: relevance | last modified time | path
    Searched refs:Associated (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerGlobalDtors.cpp 80 // priority, sequences of destructors with the same associated object are
100 Constant *Associated = CS->getOperand(2);
101 Associated = cast<Constant>(Associated->stripPointerCasts());
104 if (AtThisPriority.empty() || AtThisPriority.back().first != Associated) {
107 AtThisPriority.push_back(std::make_pair(Associated, NewList));
140 // For each unique priority level and associated symbol, generate a function
148 Constant *Associated = AssociatedAndMore.first;
158 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 603 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
612 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank));
615 Discriminator, DataLocation, Associated, Allocated,
628 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
639 DataLocation, Associated, Allocated, Rank);
651 Discriminator, DataLocation, Associated, Allocated,
667 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
677 TemplateParams, &Identifier, Discriminator, DataLocation, Associated,
LLVMContextImpl.h 569 Metadata *Associated;
579 Metadata *DataLocation, Metadata *Associated,
587 Associated(Associated), Allocated(Allocated), Rank(Rank) {}
599 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()),
616 Associated == RHS->getRawAssociated() &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 991 /// Get extra data associated with this derived type.
1083 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1090 Associated, Allocated, Rank, Storage, ShouldCreate);
1099 Metadata *Associated, Metadata *Allocated, Metadata *Rank,
1121 Metadata *DataLocation = nullptr, Metadata *Associated = nullptr,
1125 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank))
1134 Metadata *Associated = nullptr, Metadata *Allocated = nullptr,
1138 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank))
1156 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated,
1177 Metadata *DataLocation, Metadata *Associated,
    [all...]
DIBuilder.h 349 /// \param PropertyNode Property associated with this ivar.
500 /// \param Associated The associated attribute of a descriptor-based
512 PointerUnion<DIExpression *, DIVariable *> Associated = nullptr,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 426 /// Cursor associated with the lazy-loading of Metadata. This is the easy way
1444 // that there is no DWARF address space associated with DIDerivedType.
1489 Metadata *Associated = nullptr;
1517 Associated = getMDOrNull(Record[18]);
1529 VTableHolder, TemplateParams, Discriminator, DataLocation, Associated,
1538 Identifier, Discriminator, DataLocation, Associated,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 697 // A section can have at most one associated section. Put each global with
701 const bool Associated = GO->getMetadata(LLVMContext::MD_associated);
702 if (Associated || Retain) {
704 if (Associated)
765 "Associated symbol mismatch between sections");
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_aes_ccm_cavs.txt 6710 Title = NIST CCM 128 Variable Associated Data Tests
9345 Title = NIST CCM 192 Variable Associated Data Tests
11980 Title = NIST CCM 256 Variable Associated Data Tests
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_aes_ccm_cavs.txt 6710 Title = NIST CCM 128 Variable Associated Data Tests
9345 Title = NIST CCM 192 Variable Associated Data Tests
11980 Title = NIST CCM 256 Variable Associated Data Tests
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evpccmcavs.txt 6710 Title = NIST CCM 128 Variable Associated Data Tests
9345 Title = NIST CCM 192 Variable Associated Data Tests
11980 Title = NIST CCM 256 Variable Associated Data Tests

Completed in 89 milliseconds