OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_rel_begin
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
278
virtual relocation_iterator
section_rel_begin
(DataRefImpl Sec) const = 0;
512
return OwningObject->
section_rel_begin
(SectionPimpl);
Wasm.h
193
relocation_iterator
section_rel_begin
(DataRefImpl Sec) const override;
XCOFFObjectFile.h
299
relocation_iterator
section_rel_begin
(DataRefImpl Sec) const override;
MachO.h
323
relocation_iterator
section_rel_begin
(DataRefImpl Sec) const override;
370
relocation_iterator
section_rel_begin
(unsigned Index) const;
ELFObjectFile.h
293
relocation_iterator
section_rel_begin
(DataRefImpl Sec) const override;
938
ELFObjectFile<ELFT>::
section_rel_begin
(DataRefImpl Sec) const {
function in class:llvm::object::ELFObjectFile
953
relocation_iterator Begin =
section_rel_begin
(Sec);
COFF.h
963
relocation_iterator
section_rel_begin
(DataRefImpl Sec) const override;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp
99
for (auto RI = MachOObj.
section_rel_begin
(SecRef->getRawDataRefImpl()),
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
322
relocation_iterator XCOFFObjectFile::
section_rel_begin
(DataRefImpl Sec) const {
function in class:llvm::object::XCOFFObjectFile
MachOObjectFile.cpp
2069
relocation_iterator MachOObjectFile::
section_rel_begin
(DataRefImpl Sec) const {
function in class:MachOObjectFile
2784
relocation_iterator MachOObjectFile::
section_rel_begin
(unsigned Index) const {
function in class:MachOObjectFile
2787
return
section_rel_begin
(DRI);
COFFObjectFile.cpp
389
relocation_iterator COFFObjectFile::
section_rel_begin
(DataRefImpl Ref) const {
function in class:COFFObjectFile
WasmObjectFile.cpp
1680
relocation_iterator WasmObjectFile::
section_rel_begin
(DataRefImpl Ref) const {
function in class:WasmObjectFile
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
1017
PrintRelocationEntries(O, O->
section_rel_begin
(DRI),
1037
PrintRelocationEntries(O, O->
section_rel_begin
(DRI),
Completed in 57 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026