Home
last modified time | relevance | path

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

/external/llvm/docs/
DExtensions.rst37 Relocations subsection
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h105 llvm::DenseMap<const MCSectionData *, std::vector<RelAndSymbol>> Relocations; variable
/external/llvm/include/llvm/Object/
DCOFFYAML.h59 std::vector<Relocation> Relocations; member
DELFYAML.h119 std::vector<Relocation> Relocations; member
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp118 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp88 cl::opt<bool> Relocations("relocations", variable
DCOFFDumper.cpp121 const auto &Relocations = RelocMap[Section]; in resolveSymbol() local
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp71 int Relocations; member in __anon06e85d110111::COFFSymbol
100 relocations Relocations; member in __anon06e85d110111::COFFSection
DELFObjectWriter.cpp130 Relocations; member in __anon4ed704dc0111::ELFObjectWriter
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h227 DenseMap<unsigned, RelocationList> Relocations; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp435 SmallVector<const Value *, 64> Bases, Ptrs, Relocations; in lowerStatepointMetaArgs() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp72 llvm::Relocations("r", cl::desc("Display the relocation entries in the file")); member in llvm