Searched defs:EF (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFileSpecificationDictionary_autogen.cpp107 SkPdfDictionary* SkPdfFileSpecificationDictionary::EF(SkPdfNativeDoc* doc) { function in class:SkPdfFileSpecificationDictionary
108 SkPdfNativeObject* ret = get("EF", "");
116 return get("EF", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFileSpecificationDictionary_autogen.cpp107 SkPdfDictionary* SkPdfFileSpecificationDictionary::EF(SkPdfNativeDoc* doc) { function in class:SkPdfFileSpecificationDictionary
108 SkPdfNativeObject* ret = get("EF", "");
116 return get("EF", "") != NULL;
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h57 ELFFile<ELFT> EF; member in class:llvm::object::ELFObjectFile
123 return EF.getSection(Rel.d.a);
133 EF.begin_dynamic_symbols().getEntSize(),
135 return Elf_Sym_Iter(EF.begin_symbols().getEntSize(),
147 return Elf_Shdr_Iter(EF.getHeader()->e_shentsize,
164 return Elf_Dyn_Iter(EF.begin_dynamic_table().getEntSize(),
205 const ELFFile<ELFT> *getELFFile() const { return &EF; }
229 ErrorOr<StringRef> Name = EF.getSymbolName(toELFSymIter(Symb));
243 EF.getSymbolVersion(EF
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp514 const ELFFile<ELFT> &EF = *Obj.getELFFile(); local
515 const Elf_Shdr *ESec = EF.getSection(ESym);
/external/llvm/lib/MC/
H A DMCAssembler.cpp628 const MCEncodedFragment &EF = cast<MCEncodedFragment>(F); local
629 OW->WriteBytes(EF.getContents());

Completed in 3112 milliseconds