OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationRef
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFRelocMap.h
22
object::
RelocationRef
Reloc;
24
Optional<object::
RelocationRef
> Reloc2;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
WasmDump.h
21
class
RelocationRef
;
27
const object::
RelocationRef
&RelRef,
COFFDump.h
22
class
RelocationRef
;
27
const object::
RelocationRef
&Rel,
ELFDump.h
22
class
RelocationRef
;
28
const object::
RelocationRef
&Rel,
XCOFFDump.h
29
const object::
RelocationRef
&RelRef,
MachODump.h
24
class
RelocationRef
;
59
const object::
RelocationRef
&RelRef,
llvm-objdump.h
28
class
RelocationRef
;
131
bool isRelocAddressLess(object::
RelocationRef
A, object::
RelocationRef
B);
WasmDump.cpp
32
const
RelocationRef
&RelRef,
COFFDump.cpp
178
static Error resolveSymbol(const std::vector<
RelocationRef
> &Rels,
196
const std::vector<
RelocationRef
> &Rels, uint64_t Offset,
210
static Error resolveSymbolName(const std::vector<
RelocationRef
> &Rels,
223
const std::vector<
RelocationRef
> &Rels,
449
std::vector<
RelocationRef
> &Rels,
477
const
RelocationRef
&Rel,
556
const std::vector<
RelocationRef
> &Rels) {
607
std::vector<
RelocationRef
> Rels;
XCOFFDump.cpp
23
const
RelocationRef
&Rel,
llvm-objdump.cpp
374
bool objdump::isRelocAddressLess(
RelocationRef
A,
RelocationRef
B) {
378
static Error getRelocationValueString(const
RelocationRef
&Rel,
397
static bool getHidden(
RelocationRef
RelRef) {
449
const
RelocationRef
&Rel, uint64_t Address,
467
StringRef ObjectFilename, std::vector<
RelocationRef
> *Rels,
518
StringRef ObjectFilename, std::vector<
RelocationRef
> *Rels,
542
std::vector<
RelocationRef
>::const_iterator RelCur = Rels->begin();
543
std::vector<
RelocationRef
>::const_iterator RelEnd = Rels->end();
588
StringRef ObjectFilename, std::vector<
RelocationRef
> *Rels
[
all
...]
ELFDump.cpp
57
const
RelocationRef
&RelRef,
131
const
RelocationRef
&Rel,
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
RelocationResolver.h
42
uint64_t resolveRelocation(RelocationResolver Resolver, const
RelocationRef
&R,
ObjectFile.h
51
class
RelocationRef
{
56
RelocationRef
() = default;
57
RelocationRef
(DataRefImpl RelocationP, const ObjectFile *Owner);
59
bool operator==(const
RelocationRef
&Other) const;
76
using relocation_iterator = content_iterator<
RelocationRef
>;
282
// Same as above for
RelocationRef
.
283
friend class
RelocationRef
;
531
///
RelocationRef
532
inline
RelocationRef
::
RelocationRef
(DataRefImpl RelocationP
[
all
...]
ELFObjectFile.h
191
class ELFRelocationRef : public
RelocationRef
{
193
ELFRelocationRef(const
RelocationRef
&B) :
RelocationRef
(B) {
194
assert(isa<ELFObjectFileBase>(
RelocationRef
::getObject()));
198
return cast<ELFObjectFileBase>(
RelocationRef
::getObject());
209
: relocation_iterator(
RelocationRef
(
942
return relocation_iterator(
RelocationRef
());
946
return relocation_iterator(
RelocationRef
(RelData, this));
965
return relocation_iterator(
RelocationRef
(RelData, this));
Wasm.h
131
const wasm::WasmRelocation &getWasmRelocation(const
RelocationRef
&Ref) const;
196
// Overrides from
RelocationRef
.
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.h
20
class
RelocationRef
;
WasmDumper.cpp
70
void printRelocation(const SectionRef &Section, const
RelocationRef
&Reloc);
84
const
RelocationRef
&Reloc) {
130
for (const
RelocationRef
&Reloc : Section.relocations()) {
205
for (const
RelocationRef
&Reloc : Section.relocations())
MachODumper.cpp
56
void printRelocation(const
RelocationRef
&Reloc);
58
void printRelocation(const MachOObjectFile *Obj, const
RelocationRef
&Reloc);
491
for (const
RelocationRef
&Reloc : Section.relocations())
518
for (const
RelocationRef
&Reloc : Section.relocations()) {
535
void MachODumper::printRelocation(const
RelocationRef
&Reloc) {
540
const
RelocationRef
&Reloc) {
COFFDumper.cpp
115
void printRelocation(const SectionRef &Section, const
RelocationRef
&Reloc,
180
typedef DenseMap<const coff_section*, std::vector<
RelocationRef
> > RelocMapTy;
601
llvm::sort(RelocMap[Section], [](
RelocationRef
L,
RelocationRef
R) {
1385
for (const
RelocationRef
&Reloc : Sec.relocations())
1416
for (const
RelocationRef
&Reloc : Section.relocations()) {
1434
const
RelocationRef
&Reloc, uint64_t Bias) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h
161
bool relocationNeedsGot(const
RelocationRef
&R) const override;
162
bool relocationNeedsStub(const
RelocationRef
&R) const override;
RuntimeDyldImpl.h
439
virtual bool relocationNeedsGot(const
RelocationRef
&R) const {
444
virtual bool relocationNeedsStub(const
RelocationRef
&R) const {
/src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp
328
return relocation_iterator(
RelocationRef
());
331
return relocation_iterator(
RelocationRef
(Ret, this));
340
return relocation_iterator(
RelocationRef
());
343
return relocation_iterator(
RelocationRef
(Ret, this));
RelocationResolver.cpp
18
static int64_t getELFAddend(
RelocationRef
R) {
731
uint64_t resolveRelocation(RelocationResolver Resolver, const
RelocationRef
&R,
/src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp
118
for (const object::
RelocationRef
&Reloc : Section.relocations()) {
Completed in 29 milliseconds
1
2
Indexes created Mon Sep 07 00:24:45 UTC 2026