OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecA
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/MC/
MCObjectWriter.cpp
52
const MCSection &
SecA
= DataA.getSymbol().AliasedSymbol().getSection();
55
return &
SecA
== &SecB;
MCExpr.cpp
534
const MCSectionData &
SecA
= *AD.getFragment()->getParent();
537
if ((&
SecA
!= &SecB) && !Addrs)
543
if (Addrs && (&
SecA
!= &SecB))
544
Addend += (Addrs->lookup(&
SecA
) - Addrs->lookup(&SecB));
MachObjectWriter.cpp
707
const MCSection &
SecA
= SA.getSection();
726
if (!SA.isInSection() || &
SecA
!= &SecB ||
740
SA.isTemporary() && SA.isInSection() && &
SecA
== &SecB){
[
all
...]
ELFObjectWriter.cpp
882
const MCSection *
SecA
=
884
const MCSectionData *SecAD =
SecA
? &Asm.getSectionData(*
SecA
) : nullptr;
[
all
...]
Completed in 125 milliseconds