Searched defs:Section (Results 76 - 87 of 87) sorted by relevance

1234

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp225 static MCSymbol *emitSectionSym(AsmPrinter *Asm, const MCSection *Section, argument
227 Asm->OutStreamer.SwitchSection(Section);
940 // location lists (see Section 2.6.2) and range lists (see Section
966 const MCSection *Section = &SCU.Sym->getSection(); local
967 if (!Section->getKind().isMetadata())
968 SectionMap[Section].push_back(SCU);
980 const MCSection *Section = it.first; local
981 Sections.push_back(Section);
990 const MCSection *Section local
2099 const MCSection *Section = it.first; local
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c3608 cmsBool ReadCountAndSting(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, cmsUInt32Number* SizeOfTag, const char* Section) argument
3630 cmsMLUsetASCII(mlu, "PS", Section, Text);
3638 cmsBool WriteCountAndSting(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, const char* Section) argument
3643 TextSize = cmsMLUgetASCII(mlu, "PS", Section, NULL, 0);
3648 if (cmsMLUgetASCII(mlu, "PS", Section, Text, TextSize) == 0) return FALSE;
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1021 /// \param Section - The section the variable should go into, or empty.
1026 StringRef Section, unsigned Align,
1134 const char *Section,
1149 const char *Section,
1329 const char *Section,
2885 CGObjCMac::EmitMethodDescList(Twine Name, const char *Section, argument
2898 llvm::GlobalVariable *GV = CreateMetadataVar(Name, Init, Section, 4, true);
3107 const char *Section = "__OBJC,__class,regular,no_dead_strip"; local
3114 GV->setSection(Section);
3118 GV = CreateMetadataVar(Name, Init, Section,
3356 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
3393 CreateMetadataVar(Twine Name, llvm::Constant *Init, StringRef Section, unsigned Align, bool AddToUsed) argument
4278 const char *Section = (ObjCABI == 1) ? local
6062 EmitMethodList(Twine Name, const char *Section, ArrayRef<llvm::Constant*> Methods) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c888 CAMLprim value llvm_set_section(value Section, LLVMValueRef Global) { argument
889 LLVMSetSection(Global, String_val(Section));
/external/llvm/lib/IR/
H A DCore.cpp1300 void LLVMSetSection(LLVMValueRef Global, const char *Section) { argument
1301 unwrap<GlobalObject>(Global)->setSection(Section);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2728 const MCSection *Section = getStreamer().getCurrentSection().first; local
2729 assert(Section && "must have section to emit alignment");
2730 bool UseCodeAlign = Section->UseCodeAlign();
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9003 const MCSection *Section = getStreamer().getCurrentSection().first; local
9010 if (!Section) {
9012 Section = getStreamer().getCurrentSection().first;
9015 assert(Section && "must have section to emit alignment");
9016 if (Section->UseCodeAlign())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/perf/
H A Dtinycc.c158 Elf32_Off e_shoff; /* Section header table file offset */
163 Elf32_Half e_shentsize; /* Section header table entry size */
164 Elf32_Half e_shnum; /* Section header table entry count */
165 Elf32_Half e_shstrndx; /* Section header string table index */
176 Elf64_Off e_shoff; /* Section header table file offset */
181 Elf64_Half e_shentsize; /* Section header table entry size */
182 Elf64_Half e_shnum; /* Section header table entry count */
183 Elf64_Half e_shstrndx; /* Section header string table index */
298 /* Section header. */
302 Elf32_Word sh_name; /* Section nam
2195 typedef struct Section { struct
2215 } Section; typedef in typeref:struct:Section
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 201 milliseconds

1234