Home
last modified time | relevance | path

Searched defs:Relocation (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFFYAML.h49 struct Relocation { struct
59 std::vector<Relocation> Relocations; argument
DELFYAML.h81 enum class SectionKind { Group, RawContent, Relocation }; enumerator
112 struct Relocation { struct
119 std::vector<Relocation> Relocations; argument
/external/llvm/bindings/python/llvm/
Dobject.py358 class Relocation(LLVMObject): class
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp976 for (auto &Relocation : Sec->Relocations) { in WriteObject() local
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp221 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
DCOFFDumper.cpp122 for (const auto &Relocation : Relocations) { in resolveSymbol() local