Home
last modified time | relevance | path

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

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