/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 96 Constant *Associated = CS->getOperand(2); in runOnModule() local 97 Associated = cast<Constant>(Associated->stripPointerCasts()); in runOnModule() 99 DtorFuncs[PriorityValue][Associated].push_back(DtorFunc); in runOnModule() 135 Constant *Associated = AssociatedAndMore.first; in runOnModule() local 142 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()) in runOnModule() 158 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()) in runOnModule() 182 appendToGlobalCtors(M, RegisterCallDtors, Priority, Associated); in runOnModule()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 100 Constant *Associated = CS->getOperand(2); in runOnModule() local 101 Associated = cast<Constant>(Associated->stripPointerCasts()); in runOnModule() 104 if (AtThisPriority.empty() || AtThisPriority.back().first != Associated) { in runOnModule() 107 AtThisPriority.push_back(std::make_pair(Associated, NewList)); in runOnModule() 148 Constant *Associated = AssociatedAndMore.first; in runOnModule() local 158 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()) in runOnModule() 176 (!Associated->isNullValue() ? (Twine(".") + Associated->getName()) in runOnModule() 200 appendToGlobalCtors(M, RegisterCallDtors, Priority, Associated); in runOnModule()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 51 const MCSectionELF *Associated; variable 57 MCSymbol *Begin, const MCSectionELF *Associated) in MCSectionELF() argument 60 Associated(Associated) { in MCSectionELF() 89 const MCSectionELF *getAssociatedSection() const { return Associated; } in getAssociatedSection()
|
D | MCContext.h | 381 const MCSectionELF *Associated); 394 const MCSectionELF *Associated);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 161 bool parseMetadataSym(MCSymbolELF *&Associated); 446 bool ELFAsmParser::parseMetadataSym(MCSymbolELF *&Associated) { in parseMetadataSym() argument 454 Associated = dyn_cast_or_null<MCSymbolELF>(getContext().lookupSymbol(Name)); in parseMetadataSym() 455 if (!Associated || !Associated->isInSection()) in parseMetadataSym() 498 MCSymbolELF *Associated = nullptr; in ParseSectionArguments() local 571 if (parseMetadataSym(Associated)) in ParseSectionArguments() 638 UniqueID, Associated); in ParseSectionArguments()
|
/external/llvm-project/llvm/unittests/IR/ |
D | DebugInfoTest.cpp | 214 DIExpression *Associated = getDIExpression(1); in TEST() local 219 DataLocation, Associated, in TEST() 224 EXPECT_EQ(ArrayType->getRawAssociated(), Associated); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 335 const MCSymbolELF *Associated) { in createELFSectionImpl() argument 355 Section, Type, Flags, K, EntrySize, Group, UniqueID, R, Associated); in createELFSectionImpl() 389 const MCSymbolELF *Associated) { in getELFSection() argument 395 Associated); in getELFSection() 402 const MCSymbolELF *Associated) { in getELFSection() argument 424 CachedName, Type, Flags, Kind, EntrySize, GroupSym, UniqueID, Associated); in getELFSection()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 315 const MCSectionELF *Associated) { in createELFRelSection() argument 323 EntrySize, Group, true, nullptr, Associated); in createELFRelSection() 350 const MCSectionELF *Associated) { in getELFSection() argument 375 Begin, Associated); in getELFSection()
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | validation_test_associated_interfaces.mojom | 7 // Associated interfaces are not supported by all language bindings yet.
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 89 | `map<S, T>` | Associated array maping values of type *S* to values of type *T*.… 97 …ed InterfaceType`* | An associated interface handle. See [Associated Interfaces](#Associated-Inte… 98 …d InterfaceType&`* | An associated interface request. See [Associated Interfaces](#Associated-Inte… 484 ## Associated Interfaces 492 relative ordering guarantees among them. Associated interfaces are useful when 498 [C++ Associated Interfaces](/mojo/public/cpp/bindings/README.md#Associated-Interfaces).
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 588 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getImpl() argument 597 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank)); in getImpl() 600 Discriminator, DataLocation, Associated, Allocated, in getImpl() 613 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in buildODRType() argument 624 DataLocation, Associated, Allocated, Rank); in buildODRType() 636 Discriminator, DataLocation, Associated, Allocated, in buildODRType() 652 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, in getODRType() argument 662 TemplateParams, &Identifier, Discriminator, DataLocation, Associated, in getODRType()
|
D | 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() &&
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 299 const MCSymbolELF *Associated); 445 const MCSymbolELF *Associated); 450 const MCSymbolELF *Associated);
|
/external/autotest/client/site_tests/network_WiFiTxRx/ |
D | network-flipflop.sh | 95 if [[ "$if_ap" = "Not-Associated" ]]; then
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1076 Metadata *Associated, Metadata *Allocated, Metadata *Rank, 1083 Associated, Allocated, Rank, Storage, ShouldCreate); 1092 Metadata *Associated, Metadata *Allocated, Metadata *Rank, 1114 Metadata *DataLocation = nullptr, Metadata *Associated = nullptr, 1118 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank)) 1127 Metadata *Associated = nullptr, Metadata *Allocated = nullptr, 1131 Identifier, Discriminator, DataLocation, Associated, Allocated, Rank)) 1149 Metadata *DataLocation, Metadata *Associated, Metadata *Allocated, 1170 Metadata *DataLocation, Metadata *Associated,
|
D | DIBuilder.h | 512 PointerUnion<DIExpression *, DIVariable *> Associated = nullptr,
|
/external/openssh/ |
D | PROTOCOL.chacha20poly1305 | 43 (Authenticated Encryption with Associated Data) that is used to encrypt
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1490 Metadata *Associated = nullptr; in parseOneMetadata() local 1518 Associated = getMDOrNull(Record[18]); in parseOneMetadata() 1530 VTableHolder, TemplateParams, Discriminator, DataLocation, Associated, in parseOneMetadata() 1539 Identifier, Discriminator, DataLocation, Associated, in parseOneMetadata()
|
/external/rust/crates/async-trait/ |
D | README.md | 95 - 👍 Associated types;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3165 auto Associated = dyn_cast<MCSymbolELF>(CurrentFnSym); in emitXRayTable() local 3166 assert(Associated != nullptr); in emitXRayTable() 3177 GroupName, UniqueID, Associated); in emitXRayTable() 3180 GroupName, UniqueID, Associated); in emitXRayTable()
|
/external/libiio/src/bindings/matlab/ |
D | iio_sys_obj_matlab.m | 130 'port_attr', '',... % Associated device attribute name
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 443 <3>Associated with 02:00:00:00:01:00 484 <3>Associated with 02:00:00:00:01:00
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 73 Associated with each QP operation is a semaphore signaled by the preceding QS and waited on by the
|
/external/libchrome/mojo/public/js/ |
D | README.md | 183 ## Associated Interfaces
|
/external/tpm2-tss/doc/ |
D | coding_standard_c.md | 160 includes it to compile. Associated source files will always \#include the
|