OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationType
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
287
virtual uint64_t
getRelocationType
(DataRefImpl Rel) const = 0;
554
return OwningObject->
getRelocationType
(RelocationPimpl);
Wasm.h
200
uint64_t
getRelocationType
(DataRefImpl Rel) const override;
XCOFFObjectFile.h
309
uint64_t
getRelocationType
(DataRefImpl Rel) const override;
ELFObjectFile.h
302
uint64_t
getRelocationType
(DataRefImpl Rel) const override;
1020
uint64_t ELFObjectFile<ELFT>::
getRelocationType
(DataRefImpl Rel) const {
1036
uint32_t type =
getRelocationType
(Rel);
MachO.h
339
uint64_t
getRelocationType
(DataRefImpl Rel) const override;
COFF.h
969
uint64_t
getRelocationType
(DataRefImpl Rel) const override;
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
383
uint64_t XCOFFObjectFile::
getRelocationType
(DataRefImpl Rel) const {
COFFObjectFile.cpp
1170
uint64_t COFFObjectFile::
getRelocationType
(DataRefImpl Rel) const {
WasmObjectFile.cpp
1712
uint64_t WasmObjectFile::
getRelocationType
(DataRefImpl Ref) const {
MachOObjectFile.cpp
2165
uint64_t MachOObjectFile::
getRelocationType
(DataRefImpl Rel) const {
2173
uint64_t RType =
getRelocationType
(Rel);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp
404
uint64_t Type = MachO->
getRelocationType
(Rel);
417
uint64_t PrevType = MachO->
getRelocationType
(RelPrev);
Completed in 34 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026