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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 182 section_iterator SBI = getSectionByAddress(Obj, AddrB);
183 assert(SBI != Obj.section_end() && "Can't find section for address B");
184 uint64_t SectionBBase = SBI->getAddress();
186 SectionRef SectionB = *SBI;
RuntimeDyldMachOARM.h 393 section_iterator SBI = getSectionByAddress(MachO, AddrB);
394 assert(SBI != MachO.section_end() && "Can't find section for address B");
395 uint64_t SectionBBase = SBI->getAddress();
397 SectionRef SectionB = *SBI;

Completed in 26 milliseconds