HomeSort by: relevance | last modified time | path
    Searched refs:segmentName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
macho.d 718 in char* segmentName, in char* sectionName)
724 segmentName,
731 segmentName,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 129 // checked entries are to be used with the segmentName(), sectionName() and
140 StringRef segmentName(int32_t SegIndex);
149 StringRef SegmentName;
175 StringRef segmentName() const;
226 StringRef segmentName() const;
445 return BindRebaseSectionTable->segmentName(SegIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2057 StringRef SegmentName = getSectionFinalSegmentName(Sec);
2059 return (SegmentName == "__LLVM" && *NameOrErr == "__bitcode");
3431 StringRef MachORebaseEntry::segmentName() const {
3983 StringRef MachOBindEntry::segmentName() const {
4024 Info.SegmentName =
4026 if (!Info.SegmentName.equals(CurSegName)) {
4028 CurSegName = Info.SegmentName;
4079 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) {
4082 return SI.SegmentName;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 1517 StringRef SegmentName = O->getSectionFinalSegmentName(Ref);
1518 outs() << SegmentName << ":" << SectName << ":";
7443 StringRef SegmentName = MachOOF->getSectionFinalSegmentName(DR);
7444 if (SegmentName != DisSegName)
10323 StringRef SegmentName = Entry.segmentName();
10329 SegmentName.str().c_str(), SectionName.str().c_str(),
10367 StringRef SegmentName = Entry.segmentName();
10376 outs() << left_justify(SegmentName, 8) << "
    [all...]

Completed in 23 milliseconds