OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:end_sections
(Results
1 - 15
of
15
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImage.h
38
virtual object::section_iterator
end_sections
() const
function in class:llvm::ObjectImage
39
{ return ObjFile->
end_sections
(); }
RuntimeDyld.cpp
110
section_iterator si = obj->
end_sections
();
113
if (si == obj->
end_sections
()) continue;
143
se = obj->
end_sections
(); si != se; si.increment(err)) {
RuntimeDyldELF.cpp
369
section_iterator si = Obj.
end_sections
();
371
if (si == Obj.
end_sections
())
RuntimeDyldMachO.cpp
241
se = Obj.
end_sections
();
/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-objdump/
llvm-objdump.cpp
176
e = Obj->
end_sections
();
351
for (section_iterator si = o->begin_sections(), se = o->
end_sections
();
384
for (section_iterator si = o->begin_sections(), se = o->
end_sections
();
408
se = o->
end_sections
();
503
section_iterator Section = o->
end_sections
();
541
else if (Section == o->
end_sections
())
MachODump.cpp
214
SE = MachOObj->
end_sections
(); SI != SE; SI.increment(ec)) {
/external/llvm/include/llvm/Object/
COFF.h
169
virtual section_iterator
end_sections
() const;
MachO.h
40
virtual section_iterator
end_sections
() const;
ObjectFile.h
229
///
end_sections
() if it is undefined or is an absolute symbol.
358
virtual section_iterator
end_sections
() const = 0;
ELF.h
587
virtual section_iterator
end_sections
() const;
1727
::
end_sections
() const {
function in class:llvm::object::ELFObjectFile
[
all
...]
/external/llvm/lib/Object/
Object.cpp
42
return (*unwrap(SI) == unwrap(ObjectFile)->
end_sections
()) ? 1 : 0;
COFFObjectFile.cpp
280
Result =
end_sections
();
534
section_iterator COFFObjectFile::
end_sections
() const {
function in class:COFFObjectFile
MachOObjectFile.cpp
328
Res =
end_sections
();
671
section_iterator MachOObjectFile::
end_sections
() const {
function in class:llvm::object::MachOObjectFile
941
for (section_iterator SI = begin_sections(), SE =
end_sections
(); SI != SE;
[
all
...]
/external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp
60
e = Obj->
end_sections
();
Completed in 731 milliseconds