Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFFYAML.h43 struct Relocation { struct
53 std::vector<Relocation> Relocations; argument
DELFYAML.h74 enum class SectionKind { RawContent, Relocation }; enumerator
93 struct Relocation { struct
101 std::vector<Relocation> Relocations; argument
/external/llvm/bindings/python/llvm/
Dobject.py358 class Relocation(LLVMObject): class
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp106 for (const auto &Relocation : Relocations) { in resolveSymbol() local
DARMWinEHPrinter.cpp226 for (const auto &Relocation : Section.relocations()) { in getRelocatedSymbol() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp936 for (auto & Relocation : Sec->Relocations) { in WriteObject() local