Home
last modified time | relevance | path

Searched refs:SecB (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectWriter.cpp49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp551 const MCSection &SecB = *SB.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local
553 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
559 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
560 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
DMachObjectWriter.cpp690 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
708 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
721 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
727 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
DELFObjectWriter.cpp1442 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
1443 if (&SecB != &FixupSection) { in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h189 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local
190 bool IsCode = SecB.isText(); in processSubtractRelocation()
192 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()
196 Addend += SecB.getAddress(); in processSubtractRelocation()