Searched defs:Relocations (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/MC/ | ||
D | MCMachObjectWriter.h | 101 std::vector<object::macho::RelocationEntry> > Relocations; variable |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ | ||
D | RuntimeDyldImpl.h | 157 DenseMap<unsigned, RelocationList> Relocations; variable |
/external/llvm/lib/MC/ | ||
D | WinCOFFObjectWriter.cpp | 68 int Relocations; member in __anon094d99f70111::COFFSymbol |
D | ELFObjectWriter.cpp | 93 std::vector<ELFRelocationEntry> > Relocations; member in __anon2645bec20111::ELFObjectWriter |
/external/llvm/utils/yaml2obj/ | ||
D | yaml2obj.cpp | 715 std::vector<COFF::relocation> Relocations; member |
/external/llvm/tools/llvm-objdump/ | ||
D | llvm-objdump.cpp | 70 Relocations("r", cl::desc("Display the relocation entries in the file")); variable |
/external/llvm/lib/ExecutionEngine/JIT/ | ||
D | JITEmitter.cpp | 298 std::vector<MachineRelocation> Relocations; member in __anon51408e480111::JITEmitter |