Searched refs:Segment (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Ddmar.h118 uint16_t Segment; member in struct:acpi_dmar_hardware_unit
134 uint16_t Segment; member in struct:acpi_dmar_reserved_memory
152 uint16_t Segment; member in struct:acpi_dmar_atsr
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
78 assert(Segment.size() <= 16 && Section.size() <= 16 &&
79 "Segment or section string too long");
81 if (i < Segment.size())
82 SegmentName[i] = Segment[i];
180 StringRef &Segment, // Out.
195 Segment = Comma.first;
196 StripSpaces(Segment);
199 if (Segment.empty() || Segment
179 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
H A DMCContext.cpp167 getMachOSection(StringRef Segment, StringRef Section, argument
182 Name += Segment;
191 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp137 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
138 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
139 const MachOLayoutAbstraction::Segment& seg = *it;
181 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
183 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
184 const MachOLayoutAbstraction::Segment& seg = *it;
201 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
202 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
203 const MachOLayoutAbstraction::Segment& seg = *it;
323 const std::vector<MachOLayoutAbstraction::Segment>
[all...]
H A DMachOLayout.hpp69 struct Segment struct in class:MachOLayoutAbstraction
72 Segment(uint64_t addr, uint64_t vmsize, uint64_t offset, uint64_t file_size, uint64_t align, function in struct:MachOLayoutAbstraction::Segment
143 virtual std::vector<Segment>& getSegments() = 0;
144 virtual const std::vector<Segment>& getSegments() const = 0;
145 virtual const Segment* getSegment(const char* name) const = 0;
191 virtual std::vector<Segment>& getSegments() { return fSegments; }
192 virtual const std::vector<Segment>& getSegments() const { return fSegments; }
193 virtual const Segment* getSegment(const char* name) const;
215 bool validReadWriteSeg(const Segment& seg) const;
224 std::vector<Segment> fSegment
[all...]
H A Dupdate_dyld_shared_cache.cpp792 const std::vector<MachOLayoutAbstraction::Segment>& segs_l =
794 const std::vector<MachOLayoutAbstraction::Segment>& segs_r =
840 MachOLayoutAbstraction::Segment* fFirstLinkEditSegment;
1186 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1188 MachOLayoutAbstraction::Segment& seg = segs[i];
1208 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1210 MachOLayoutAbstraction::Segment& seg = segs[i];
1229 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1231 MachOLayoutAbstraction::Segment& seg = segs[i];
1245 std::vector<MachOLayoutAbstraction::Segment>
[all...]
H A DMachOBinder.hpp574 const std::vector<MachOLayoutAbstraction::Segment>& segments = this->fLayout.getSegments();
619 const MachOLayoutAbstraction::Segment& seg = segments[segmentIndex];
848 const std::vector<MachOLayoutAbstraction::Segment>& segments = this->fLayout.getSegments();
849 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
850 const MachOLayoutAbstraction::Segment& seg = *it;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h37 MCSectionMachO(StringRef Segment, StringRef Section,
163 StringRef &Segment, // Out.
H A DMCContext.h203 const MCSectionMachO *getMachOSection(StringRef Segment,
208 const MCSectionMachO *getMachOSection(StringRef Segment, argument
212 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DSegmentedVector.h156 m_segments.append(new Segment);
202 typedef Vector<T, SegmentSize> Segment; typedef in class:WTF::SegmentedVector
215 Segment* segmentFor(size_t index)
243 m_segments.append(new Segment);
248 Vector<Segment*> m_segments;
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DDarwinAsmParser.cpp35 bool ParseSectionSwitch(const char *Segment, const char *Section,
308 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, argument
317 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack.
319 Segment, Section, TAA, StubSize,
446 StringRef Segment, Section; local
451 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
458 bool isText = Segment == "__TEXT"; // FIXME: Hack.
460 Segment, Section, TAA, StubSize,
622 StringRef Segment; local
623 if (getParser().ParseIdentifier(Segment))
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp65 SDValue Segment; member in struct:__anon10311::X86ISelAddressMode
76 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
205 SDValue &Segment);
208 SDValue &Segment);
211 SDValue &Segment);
215 SDValue &Segment,
221 SDValue &Segment);
233 SDValue &Disp, SDValue &Segment) {
260 if (AM.Segment.getNode())
261 Segment
231 getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1294 SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1337 SelectScalarSSELoad(SDNode *Root, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment, SDValue &PatternNodeWithChain) argument
1378 SelectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1440 SelectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1464 TryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1964 SDValue Segment = CurDAG->getRegister(0, MVT::i32); local
2657 SDValue Base, Scale, Index, Disp, Segment; local
[all...]
H A DX86AsmPrinter.cpp360 const MachineOperand &Segment = MI->getOperand(Op+4); local
361 if (Segment.getReg()) {
H A DX86ISelLowering.cpp11166 DAG.getRegister(0, MVT::i32), // Segment.
11222 DAG.getRegister(0, MVT::i32), // Segment.
12612 MachineOperand &Segment = MI->getOperand(5); local
12719 .addOperand(Segment)
12744 .addOperand(Segment)
12771 .addOperand(Segment)
12791 .addOperand(Segment)
12827 .addOperand(Segment)
12909 .addReg(/*Segment=*/0)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp442 StringRef Segment, Section;
446 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
455 getContext().getMachOSection(Segment, Section, TAA, StubSize,
469 StringRef Segment, Section; local
473 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
484 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DSignals.inc68 WORD Segment;
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_dump.c441 WORD Segment; member in struct:__anon12337
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dformat.txt60 S 36 Segment Separator

Completed in 567 milliseconds