OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_sections
(Results
1 - 22
of
22
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h
53
virtual object::section_iterator
end_sections
() const
function in class:llvm::ObjectImageCommon
54
{ return ObjFile->
end_sections
(); }
RuntimeDyld.cpp
116
section_iterator si = obj->
end_sections
();
119
if (si == obj->
end_sections
()) continue;
145
se = obj->
end_sections
(); si != se; si.increment(err)) {
226
SE = ObjFile->
end_sections
();
RuntimeDyldELF.cpp
545
se = Obj.
end_sections
(); si != se; si.increment(err)) {
547
if (RelSecI == Obj.
end_sections
())
591
section_iterator tsi(Obj.
end_sections
());
829
section_iterator si(Obj.
end_sections
());
831
if (si == Obj.
end_sections
())
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h
40
virtual object::section_iterator
end_sections
() const = 0;
/external/llvm/tools/llvm-size/
llvm-size.cpp
116
e = o->
end_sections
(); i != e;
158
e = o->
end_sections
(); i != e;
194
e = o->
end_sections
(); i != e;
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
228
SecE = Obj->
end_sections
();
303
SecE = Obj->
end_sections
();
411
section_iterator SecI(Obj->
end_sections
());
413
SecI != Obj->
end_sections
())
COFFDumper.cpp
543
SecE = Obj->
end_sections
();
657
SecE = Obj->
end_sections
();
725
SecE = Obj->
end_sections
();
[
all
...]
ELFDumper.cpp
466
SecE = Obj->
end_sections
();
533
SecE = Obj->
end_sections
();
/external/llvm/lib/MC/
MCObjectSymbolizer.cpp
69
SE = Obj->
end_sections
();
75
if (RelSecI == Obj->
end_sections
())
MCObjectDisassembler.cpp
47
SE = Obj.
end_sections
();
/external/llvm/tools/obj2yaml/
coff2yaml.cpp
56
iter != Obj.
end_sections
(); iter.increment(ec)) {
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
367
e = Obj->
end_sections
();
518
for (section_iterator si = o->begin_sections(), se = o->
end_sections
();
551
for (section_iterator si = o->begin_sections(), se = o->
end_sections
();
575
se = o->
end_sections
();
677
section_iterator Section = o->
end_sections
();
718
else if (Section == o->
end_sections
())
COFFDump.cpp
244
SE = Obj->
end_sections
();
MachODump.cpp
163
SE = MachOObj->
end_sections
(); SI != SE; SI.increment(ec)) {
/external/llvm/lib/Object/
Object.cpp
81
return (*unwrap(SI) == unwrap(ObjectFile)->
end_sections
()) ? 1 : 0;
MachOObjectFile.cpp
320
for (section_iterator SI = O->begin_sections(), SE = O->
end_sections
();
653
Res =
end_sections
();
1248
section_iterator MachOObjectFile::
end_sections
() const {
function in class:llvm::object::MachOObjectFile
[
all
...]
COFFObjectFile.cpp
283
Result =
end_sections
();
567
section_iterator COFFObjectFile::
end_sections
() const {
function in class:COFFObjectFile
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
535
e = Obj->
end_sections
();
586
if (RelocatedSection == Obj->
end_sections
())
/external/llvm/include/llvm/Object/
MachO.h
122
virtual section_iterator
end_sections
() const;
COFF.h
273
virtual section_iterator
end_sections
() const;
ObjectFile.h
232
///
end_sections
() if it is undefined or is an absolute symbol.
363
virtual section_iterator
end_sections
() const = 0;
ELF.h
740
virtual section_iterator
end_sections
() const;
2616
section_iterator ELFObjectFile<ELFT>::
end_sections
() const {
function in class:llvm::object::ELFObjectFile
[
all
...]
Completed in 3462 milliseconds