Searched refs:Section (Results 226 - 250 of 309) sorted by relevance

1234567891011>>

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp953 StringRef Section(G->getSection());
957 if (Section.startswith("__OBJC,") ||
958 Section.startswith("__DATA, __objc_")) {
970 if (Section.startswith("__DATA,__cfstring")) {
976 if (Section.startswith("__TEXT,__cstring,cstring_literals")) {
985 if (Section.startswith(".CRT")) {
991 if (Section == "llvm.metadata") return false;
/external/llvm/lib/MC/
H A DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) { argument
89 .addLineEntry(LineEntry, Section);
118 EmitDwarfLineTable(MCObjectStreamer *MCOS, const MCSection *Section, argument
182 // Using the pointer Section create a temporary label at the end of the
190 MCOS->SwitchSection(Section);
1600 const MCSection &Section = local
1604 Streamer.SwitchSection(&Section);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi107 #cdef class Section:
H A Dyasm.pyx37 Section objects encapsulate an object file section, including the section
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp238 if (const char *Section =
240 Fn->setSection(Section);
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/deqp/executor/
H A DxeTestLogWriter.cpp344 const ri::Section& section = static_cast<const ri::Section&>(item);
345 dst << Writer::BeginElement("Section")
H A DxeTestResultParser.cpp121 { 0xebbb3aba, "Section", ri::TYPE_SECTION },
413 m_curItemList = &static_cast<ri::Section*>(item)->items;
492 ri::Section* section = curList->allocItem<ri::Section>();
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp241 m_log << TestLog::Section("Measurement details", "Measurement details");
251 log << TestLog::Section("Results", "Results");
/external/libvorbis/doc/
H A DVorbis_I_spec.tex29 \def\sectionautorefname{Section} % Write section with capital 'S'
/external/lldb/examples/python/
H A Dsymbolication.py145 class Section: class in inherits:
182 print '<name>=<base> __TEXT=0x123000 Section from base address only'
183 print '<name>=<base>-<end> __TEXT=0x123000-0x124000 Section from base address and end address'
184 print '<name>=<base>+<size> __TEXT=0x123000+0x1000 Section from base address and size'
558 section = Section()
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp231 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>( local
233 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
412 Twine("Section too large, can't encode "
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattributes.s51 @ CHECK: Section 1 {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDataItem.java324 protected void place0(Section addedTo, int offset) {
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp13 #include "lldb/Core/Section.h"
291 const lldb_private::Section *section = section_list->GetSectionAtIndex(shndx).get();
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp23 #include "lldb/Core/Section.h"
249 Section *section = section_list->GetSectionAtIndex (i).get();
/external/llvm/include/llvm/MC/
H A DMCDwarf.h151 static void Make(MCObjectStreamer *MCOS, const MCSection *Section);
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp726 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd", local
729 OutStreamer.SwitchSection(Section);
763 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc", local
766 OutStreamer.SwitchSection(Section);
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.cpp209 m_testCtx.getLog() << tcu::TestLog::Section("SamplerShader", "Sampler shader") << *m_textureSamplerProgram << tcu::TestLog::EndSection;
288 m_testCtx.getLog() << tcu::TestLog::Section("RenderShader", "Render shader") << *m_program << tcu::TestLog::EndSection;
454 m_testCtx.getLog() << tcu::TestLog::Section("RenderShader", "Render shader") << *m_program << tcu::TestLog::EndSection;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp47 DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr),
1989 Asm->OutStreamer.AddComment("Offset Into Abbrev. Section");
2058 void DwarfTypeUnit::initSection(const MCSection *Section) {
2059 assert(!this->Section);
2060 this->Section = Section;
2067 Asm->GetTempSymbol(Section->getLabelBeginName(), getUniqueID());
2069 Asm->GetTempSymbol(Section->getLabelEndName(), getUniqueID());
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp469 void ChangeSection(const MCSection *Section,
475 LastEMS = LastMappingSymbols.lookup(Section);
477 MCELFStreamer::ChangeSection(Section, Subsection);
/external/deqp/modules/glshared/
H A DglsCalibration.cpp402 log << TestLog::Section("CalibrationInfo", "Calibration Info")
/external/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s107 .long .L.debug_abbrev_begin # Offset Into Abbrev. Section
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec199 -- Section 3.8.1, Texture Image Specification
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec199 -- Section 3.8.1, Texture Image Specification

Completed in 697 milliseconds

1234567891011>>