HomeSort by: relevance | last modified time | path
    Searched defs:SectionBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
OrcRPCTPCServer.h 502 uint64_t SectionBase = 0;
506 pointerToJITTargetAddress(MB.base()) + SectionBase,
508 SectionBase += SectionSize;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 34 class SectionBase;
51 MutableArrayRef<std::unique_ptr<SectionBase>> Sections;
54 using iterator = pointee_iterator<std::unique_ptr<SectionBase> *>;
56 explicit SectionTableRef(MutableArrayRef<std::unique_ptr<SectionBase>> Secs)
64 Expected<SectionBase *> getSection(uint32_t Index, Twine ErrMsg);
283 void writeSection(const SectionBase *Sec, ArrayRef<uint8_t> Data);
332 void writeShdr(const SectionBase &Sec);
373 bool operator()(const SectionBase *Lhs, const SectionBase *Rhs) const;
376 std::set<const SectionBase *, SectionCompare> Sections
    [all...]

Completed in 64 milliseconds