OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecB
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectWriter.cpp
49
const MCSection &
SecB
= *FB.getParent();
51
return &SecA == &
SecB
;
MCExpr.cpp
627
const MCSection &
SecB
= *FB->getParent();
629
if ((&SecA != &
SecB
) && !Addrs)
641
if (Addrs && (&SecA != &
SecB
))
642
Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&
SecB
));
MachObjectWriter.cpp
690
const MCSection &
SecB
= *FB.getParent();
708
if (!SA.isInSection() || &SecA != &
SecB
||
721
SA.isTemporary() && SA.isInSection() && &SecA == &
SecB
){
727
if (&SecA != &
SecB
)
ELFObjectWriter.cpp
1440
const MCSection &
SecB
= SymB.getSection();
1441
if (&
SecB
!= &FixupSection) {
WasmObjectWriter.cpp
468
const MCSection &
SecB
= SymB.getSection();
469
if (&
SecB
!= &FixupSection) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h
189
SectionRef
SecB
= Obj.getAnyRelocationSection(RelInfo);
190
bool IsCode =
SecB
.isText();
192
findOrEmitSection(Obj,
SecB
, IsCode, ObjSectionToID);
196
Addend +=
SecB
.getAddress();
Completed in 22 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026