HomeSort by relevance Sort by last modified time
    Searched defs:SectionB (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
265 SectionRef SectionB = *SBI;
268 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID))
284 << ", SectionB ID: " << SectionBID
RuntimeDyldMachOI386.h 117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
184 SectionRef SectionB = *SBI;
187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID))
198 << ", SectionB ID: " << SectionBID
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
184 SectionRef SectionB = *SBI;
187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID))
198 << SectionAOffset << ", SectionB ID: " << SectionBID
RuntimeDyldMachOARM.h 260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
393 SectionRef SectionB = *SBI;
396 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID))
412 << SectionAOffset << ", SectionB ID: " << SectionBID
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 136 uint32_t SectionB;
167 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
173 Sections.SectionB = SectionB;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 136 uint32_t SectionB;
171 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
177 Sections.SectionB = SectionB;
181 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
188 Sections.SectionB = SectionB;

Completed in 2143 milliseconds