HomeSort by relevance Sort by last modified time
    Searched refs:segmentName (Results 1 - 10 of 10) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 402 String segmentName;
410 segmentName = "[" + String.valueOf(currentIndex) + "]";
415 segmentName = currNode.getName();
421 return segmentName;
425 return !segmentName.startsWith("?") ?
426 segmentName :
427 segmentName.substring(1); // qualifier
431 return parentPath + separator + segmentName;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 105 // checked entries are to be used with the segmentName(), sectionName() and
118 StringRef segmentName(int32_t SegIndex);
127 StringRef SegmentName;
152 StringRef segmentName() const;
202 StringRef segmentName() const;
398 return BindRebaseSectionTable->segmentName(SegIndex);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 899 StringRef SegmentName = O->getSectionFinalSegmentName(Ref);
900 outs() << SegmentName << ":" << SectName << ":";
    [all...]

Completed in 408 milliseconds