/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | basic-relocations.test | 22 Relocations: 36 Relocations: 44 Relocations: 53 Relocations: 78 # CHECK: Relocations [
|
D | no-symbol-relocation.test | 22 Relocations: 26 # CHECK: Relocations [
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | eh-directive-personalityindex.s | 30 @ RELOC: Relocations [ 59 @ RELOC: Relocations [ 92 @ RELOC: Relocations [ 129 @ RELOC: Relocations [ 163 @ RELOC: Relocations [ 198 @ RELOC: Relocations [
|
D | eh-directive-personality.s | 40 @ RELOC: Relocations [ 54 @ RELOC: Relocations [ 91 @ RELOC: Relocations [ 105 @ RELOC: Relocations [
|
D | eh-directive-section.s | 72 @ RELOC: Relocations [ 101 @ RELOC: Relocations [ 131 @ RELOC: Relocations [ 160 @ RELOC: Relocations [
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-personalityindex.s | 30 @ RELOC: Relocations [ 59 @ RELOC: Relocations [ 92 @ RELOC: Relocations [ 129 @ RELOC: Relocations [ 163 @ RELOC: Relocations [ 198 @ RELOC: Relocations [
|
D | eh-directive-personality.s | 40 @ RELOC: Relocations [ 54 @ RELOC: Relocations [ 91 @ RELOC: Relocations [ 105 @ RELOC: Relocations [
|
D | eh-directive-section.s | 72 @ RELOC: Relocations [ 101 @ RELOC: Relocations [ 131 @ RELOC: Relocations [ 160 @ RELOC: Relocations [
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 72 int Relocations; member in __anon8d2f65060111::COFFSymbol 102 relocations Relocations; member in __anon8d2f65060111::COFFSection 212 , Relocations(0) in COFFSymbol() 236 if (Relocations > 0) { in should_keep() 694 ++Reloc.Symb->Relocations; in RecordRelocation() 728 coff_section->Relocations.push_back(Reloc); in RecordRelocation() 806 if (Sec->Relocations.size() > 0) { in WriteObject() 807 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in WriteObject() 810 offset += COFF::RelocationSize * Sec->Relocations.size(); in WriteObject() 812 for (relocations::iterator cr = Sec->Relocations.begin(), in WriteObject() [all …]
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 75 int Relocations; member in __anon81048dda0111::COFFSymbol 109 relocations Relocations; member in __anon81048dda0111::COFFSection 206 Relocations(0), MC(nullptr) { in COFFSymbol() 743 ++Reloc.Symb->Relocations; in recordRelocation() 800 coff_section->Relocations.push_back(Reloc); in recordRelocation() 942 if (Sec->Relocations.size() > 0) { in writeObject() 943 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in writeObject() 950 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in writeObject() 959 offset += COFF::RelocationSize * Sec->Relocations.size(); in writeObject() 961 for (auto &Relocation : Sec->Relocations) { in writeObject() [all …]
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-initial-cfa.s | 28 # STATIC-NEXT: Relocations [ 52 # STATIC-NEXT: Relocations [ 69 # PIC-NEXT: Relocations [ 93 # PIC-NEXT: Relocations [
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-initial-cfa.s | 28 # STATIC-NEXT: Relocations [ 52 # STATIC-NEXT: Relocations [ 69 # PIC-NEXT: Relocations [ 93 # PIC-NEXT: Relocations [
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cvtres/ |
D | machine.test | 29 X86-DAG: Relocations [ 41 X64-DAG: Relocations [ 53 ARM-DAG: Relocations [ 65 ARM64-DAG: Relocations [
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | relocation-executable.test | 6 // CHECK: Relocations [ 30 // DYN: Dynamic Relocations { 54 // DYN2: Dynamic Relocations {
|
D | invalid-alignment.test | 8 # CHECK-NEXT: Relocations [ 27 Relocations:
|
/external/llvm/test/Object/ |
D | relocation-executable.test | 6 // CHECK: Relocations [ 30 // DYN: Dynamic Relocations { 54 // DYN2: Dynamic Relocations {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 86 int Relocations = 0; member in __anoneb971b320111::COFFSymbol 121 relocations Relocations; member in __anoneb971b320111::COFFSection 581 if (Section->Relocations.size() >= 0xffff) in writeSectionHeaders() 652 if (Sec.Relocations.empty()) { in writeSection() 661 if (Sec.Relocations.size() >= 0xffff) { in writeSection() 665 R.VirtualAddress = Sec.Relocations.size() + 1; in writeSection() 671 for (const auto &Relocation : Sec.Relocations) in writeSection() 778 ++Reloc.Symb->Relocations; in recordRelocation() 835 Sec->Relocations.push_back(Reloc); in recordRelocation() 925 if (!Sec->Relocations.empty()) { in assignFileOffsets() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | relocations.test | 22 COFF: Relocations [ 30 BAD-COFF-RELOCS: Relocations [ 36 ELF: Relocations [ 45 MACHO-I386: Relocations [ 54 MACHO-X86-64: Relocations [ 62 MACHO-PPC: Relocations [ 141 MACHO-PPC64: Relocations [ 221 MACHO-ARM: Relocations [ 289 WASM: Relocations [
|
D | sections-ext.test | 34 COFF-NEXT: Relocations [ 87 ELF-NEXT: Relocations [ 109 ELF-NEXT: Relocations [ 150 ELF-NEXT: Relocations [ 182 MACHO-I386-NEXT: Relocations [ 227 MACHO-X86-64-NEXT: Relocations [ 265 MACHO-X86-64-NEXT: Relocations [ 302 MACHO-PPC-NEXT: Relocations [ 375 MACHO-PPC-NEXT: Relocations [ 427 MACHO-PPC-NEXT: Relocations [ [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFCodeEmitter.h | 32 std::vector<MachineRelocation> Relocations; variable 45 Relocations.push_back(MR); in addRelocation()
|
D | ELFCodeEmitter.cpp | 103 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) { in finishFunction() 104 MachineRelocation &MR = Relocations[i]; in finishFunction() 131 Relocations.clear(); in finishFunction()
|
/external/llvm/test/tools/llvm-readobj/ |
D | relocations.test | 20 COFF: Relocations [ 28 BAD-COFF-RELOCS: Relocations [ 34 ELF: Relocations [ 43 MACHO-I386: Relocations [ 52 MACHO-X86-64: Relocations [ 60 MACHO-PPC: Relocations [ 139 MACHO-PPC64: Relocations [ 219 MACHO-ARM: Relocations [
|
D | sections-ext.test | 34 COFF-NEXT: Relocations [ 87 ELF-NEXT: Relocations [ 109 ELF-NEXT: Relocations [ 150 ELF-NEXT: Relocations [ 182 MACHO-I386-NEXT: Relocations [ 227 MACHO-X86-64-NEXT: Relocations [ 265 MACHO-X86-64-NEXT: Relocations [ 302 MACHO-PPC-NEXT: Relocations [ 375 MACHO-PPC-NEXT: Relocations [ 427 MACHO-PPC-NEXT: Relocations [ [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | BinaryObject.h | 34 std::vector<MachineRelocation> Relocations; variable 63 return Relocations; in getRelocations() 68 return !Relocations.empty(); in hasRelocations() 345 Relocations.push_back(relocation); in addRelocation()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 294 std::vector<MachineRelocation> Relocations; member in __anona707f8570111::JITEmitter 418 Relocations.push_back(MR); in addRelocation() 836 if (!Relocations.empty()) { in finishFunction() 838 NumRelos += Relocations.size(); in finishFunction() 841 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) { in finishFunction() 842 MachineRelocation &MR = Relocations[i]; in finishFunction() 890 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction() 891 Relocations.size(), MemMgr->getGOTBase()); in finishFunction() 933 << Relocations.size() << " relocations\n"); in finishFunction() 935 Relocations.clear(); in finishFunction() [all …]
|