Searched defs:Relocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp1 //===- Relocation.cpp -----------------------------------------------------===//
9 #include "mcld/Fragment/Relocation.h"
26 // Relocation Factory Methods
29 void Relocation::SetUp(const LinkerConfig& pConfig) {
34 void Relocation::Clear() {
39 Relocation* Relocation::Create() {
47 Relocation* Relocation::Create(Type pType,
54 void Relocation
62 Relocation::Relocation() function in class:mcld::Relocation
66 Relocation::Relocation(Relocation::Type pType, function in class:mcld::Relocation
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h1 //===- Relocation.h ----------------------------------------------------===//
25 class Relocation : public llvm::ilist_node<Relocation> { class in namespace:mcld
27 friend class GCFactoryListTraits<Relocation>;
28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;
38 Relocation();
40 Relocation(Type pType,
45 ~Relocation();
55 static Relocation* Create();
61 static Relocation* Creat
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h31 Relocation, enumerator in enum:mcld::LDFileFormat::Kind

Completed in 267 milliseconds