Searched refs:getMetadata (Results 1 - 25 of 81) sorted by relevance

1234

/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h79 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
81 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
83 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
85 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
87 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
89 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
91 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
93 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
95 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
97 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
[all...]
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp37 0, SectionKind::getMetadata());
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp121 SectionKind::getMetadata());
125 SectionKind::getMetadata());
163 SectionKind::getMetadata());
167 SectionKind::getMetadata());
172 SectionKind::getMetadata());
176 SectionKind::getMetadata());
181 SectionKind::getMetadata());
185 SectionKind::getMetadata());
189 SectionKind::getMetadata());
193 SectionKind::getMetadata());
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DAllItem.java36 public final IItemMetadata getMetadata () method in class:AllItem
H A DIItem.java37 IItemMetadata getMetadata (); method in interface:IItem
H A DPackageItem.java43 public final IItemMetadata getMetadata () method in class:PackageItem
H A DItem.java63 //if ($assert.ENABLED) $assert.ASSERT ((attributeID & getMetadata ().getAttributeIDs ()) != 0, "invalid attribute ID [" + attributeID + "] for type [" + getMetadata ().getTypeID () + "]");
65 if ((getMetadata ().getAttributeIDs () & (1 << attributeID)) == 0)
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp41 SectionKind::getMetadata());
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DEntry.cpp52 void Entry::getMetadata(PassOwnPtr<MetadataCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) function in class:WebCore::Entry
54 m_fileSystem->getMetadata(this, successCallback, errorCallback);
H A DEntrySync.idl41 [RaisesException] Metadata getMetadata();
H A DEntrySync.h53 PassRefPtr<Metadata> getMetadata(ExceptionState&);
H A DEntry.idl41 void getMetadata(MetadataCallback successCallback, optional ErrorCallback errorCallback);
H A DEntrySync.cpp53 PassRefPtr<Metadata> EntrySync::getMetadata(ExceptionState& exceptionState) function in class:WebCore::EntrySync
56 m_fileSystem->getMetadata(this, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous);
H A DEntry.h53 void getMetadata(PassOwnPtr<MetadataCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr);
/external/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp48 SectionKind::getMetadata());
54 SectionKind::getMetadata());
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp95 MDNode *CSTag = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa);
153 MDNode *CS2Tag = CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa);
173 MDNode *CS1Tag = CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa);
230 LI->getMetadata(LLVMContext::MD_tbaa));
236 SI->getMetadata(LLVMContext::MD_tbaa));
242 VI->getMetadata(LLVMContext::MD_tbaa));
249 CXI->getMetadata(LLVMContext::MD_tbaa));
256 RMWI->getMetadata(LLVMContext::MD_tbaa));
267 MDNode *TBAATag = MTI->getMetadata(LLVMContext::MD_tbaa);
280 MDNode *TBAATag = MTI->getMetadata(LLVMContex
[all...]
H A DLoads.cpp172 if (TBAATag) *TBAATag = LI->getMetadata(LLVMContext::MD_tbaa);
181 if (TBAATag) *TBAATag = SI->getMetadata(LLVMContext::MD_tbaa);
H A DTypeBasedAliasAnalysis.cpp416 if (const MDNode *M = CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
438 CS.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
452 CS1.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
454 CS2.getInstruction()->getMetadata(LLVMContext::MD_tbaa))
H A DAliasSetTracker.cpp306 LI->getMetadata(LLVMContext::MD_tbaa),
320 SI->getMetadata(LLVMContext::MD_tbaa),
329 VAAI->getMetadata(LLVMContext::MD_tbaa),
434 const MDNode *TBAAInfo = LI->getMetadata(LLVMContext::MD_tbaa);
443 const MDNode *TBAAInfo = SI->getMetadata(LLVMContext::MD_tbaa);
453 VAAI->getMetadata(LLVMContext::MD_tbaa));
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dimage_encoder.js77 canvas.toDataURL(metadataEncoder.getMetadata().mimeType, quality);
106 var blob = new Blob(slices, {type: metadataEncoder.getMetadata().mimeType});
190 ImageEncoder.MetadataEncoder.prototype.getMetadata = function() {
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DChatMetadata.java61 public Map<String, List<String>> getMetadata(){ method in class:ChatMetadata
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaPlayerBridge.java297 Method getMetadata = player.getClass().getDeclaredMethod(
298 "getMetadata", boolean.class, boolean.class);
299 getMetadata.setAccessible(true);
300 Object data = getMetadata.invoke(player, false, false);
321 Log.e(TAG, "Cannot find getMetadata() method: " + e);
323 Log.e(TAG, "Cannot invoke MediaPlayer.getMetadata() method: " + e);
/external/llvm/lib/IR/
H A DLLVMContext.cpp107 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp128 0, SectionKind::getMetadata());
/external/llvm/include/llvm/IR/
H A DInstruction.h138 /// getMetadata - Get the metadata of given kind attached to this Instruction.
140 MDNode *getMetadata(unsigned KindID) const { function in class:llvm::Instruction
145 /// getMetadata - Get the metadata of given kind attached to this Instruction.
147 MDNode *getMetadata(StringRef Kind) const { function in class:llvm::Instruction

Completed in 506 milliseconds

1234