Home
last modified time | relevance | path

Searched defs:Relocations (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/docs/
H A DExtensions.rst37 Relocations subsection
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h101 std::vector<MachO::any_relocation_info> > Relocations; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFFYAML.h59 std::vector<Relocation> Relocations; member
H A DELFYAML.h102 std::vector<Relocation> Relocations; member
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp118 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp87 cl::opt<bool> Relocations("relocations", variable
H A DCOFFDumper.cpp121 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp71 int Relocations; member in __anon447177a20111::COFFSymbol
100 relocations Relocations; member in __anon447177a20111::COFFSection
H A DELFObjectWriter.cpp150 Relocations; member in __anond77f7eed0111::ELFObjectWriter
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h201 DenseMap<unsigned, RelocationList> Relocations; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp417 SmallVector<const Value *, 64> Bases, Ptrs, Relocations; in lowerStatepointMetaArgs() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp72 Relocations("r", cl::desc("Display the relocation entries in the file")); variable