Searched defs:SectionType (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.h46 /// SectionType are contiguous in the file. With -fdata-sections, each global
94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes }; enum in class:Ice::ELFObjectWriter
161 /// SectionType, given the global variables Vars belonging to that
162 /// SectionType.
163 void writeDataOfType(SectionType SectionType,
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp104 MachO::SectionType SectionType = getType(); local
105 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
106 "Invalid SectionType specified!");
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
187 StringRef SectionType = GetEmptyOrTrim(2); local
208 if (SectionType.empty())
216 SectionType == Descriptor.AssemblerName;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionMachO.cpp104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; local
105 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
106 "Invalid SectionType specified!");
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
225 StringRef SectionType = Comma.first; local
226 StripSpaces(SectionType);
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp403 unsigned SectionType = MachO->getSectionType(Section); local
404 return SectionType == MachO::S_ZEROFILL ||
405 SectionType == MachO::S_GB_ZEROFILL;
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp474 MachO::SectionType SectionType = Current->getType(); local
475 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS &&
476 SectionType != MachO::S_LAZY_SYMBOL_POINTERS &&
477 SectionType != MachO::S_THREAD_LOCAL_VARIABLE_POINTERS &&
478 SectionType != MachO::S_SYMBOL_STUBS)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFWriter.cpp256 unsigned SectionType = TEW->hasRelocationAddend() ? local
264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment());
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp686 unsigned SectionType = Flags & MachO::SECTION_TYPE; local
688 !(SectionType == MachO::S_ZEROFILL ||
689 SectionType == MachO::S_GB_ZEROFILL);
694 unsigned SectionType = Flags & MachO::SECTION_TYPE; local
696 (SectionType == MachO::S_ZEROFILL ||
697 SectionType == MachO::S_GB_ZEROFILL);
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 323 milliseconds