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

  /external/llvm/lib/MC/
MCObjectWriter.cpp 50 const MCSection &SecB = *FB.getParent();
52 return &SecA == &SecB;
MCExpr.cpp 483 const MCSection &SecB = *SB.getFragment()->getParent();
485 if ((&SecA != &SecB) && !Addrs)
491 if (Addrs && (&SecA != &SecB))
492 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB));
MachObjectWriter.cpp 657 const MCSection &SecB = *FB.getParent();
675 if (!SA.isInSection() || &SecA != &SecB ||
688 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
694 if (&SecA != &SecB)
    [all...]
ELFObjectWriter.cpp 660 const MCSection &SecB = SymB.getSection();
661 if (&SecB != &FixupSection) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectWriter.cpp 77 const MCSection &SecB = FB.getParent()->getSection();
79 return &SecA == &SecB;
MCExpr.cpp 329 const MCSectionData &SecB = *BD.getFragment()->getParent();
331 if ((&SecA != &SecB) && !Addrs)
337 if (Addrs && (&SecA != &SecB))
338 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB));
MachObjectWriter.cpp 576 const MCSection &SecB = FB.getParent()->getSection();
589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB)
600 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 190 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo);
191 bool IsCode = SecB.isText();
193 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID);
197 Addend += SecB.getAddress();

Completed in 111 milliseconds