Home
last modified time | relevance | path

Searched refs:Relocations (Results 1 – 25 of 131) sorted by relevance

123456

/external/llvm/test/MC/ARM/
Deh-directive-personalityindex.s30 @ RELOC: Relocations [
59 @ RELOC: Relocations [
92 @ RELOC: Relocations [
129 @ RELOC: Relocations [
163 @ RELOC: Relocations [
198 @ RELOC: Relocations [
Deh-directive-personality.s40 @ RELOC: Relocations [
54 @ RELOC: Relocations [
91 @ RELOC: Relocations [
105 @ RELOC: Relocations [
Deh-directive-section.s72 @ RELOC: Relocations [
101 @ RELOC: Relocations [
131 @ RELOC: Relocations [
160 @ RELOC: Relocations [
Delf-movt.s32 @ OBJ-NEXT: Relocations [
51 @ OBJ-NEXT: Relocations [
Dcoff-debugging-secrel.ll31 ; CHECK-ITANIUM: Relocations [
43 ; CHECK-MSVC: Relocations [
Deh-compact-pr0.s70 @ RELOC: Relocations [
107 @ RELOC: Relocations [
Deh-directive-handlerdata.s50 @ RELOC: Relocations [
110 @ RELOC: Relocations [
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp72 int Relocations; member in __anon28196b7a0111::COFFSymbol
102 relocations Relocations; member in __anon28196b7a0111::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/
DWinCOFFObjectWriter.cpp75 int Relocations; member in __anon9c8af84e0111::COFFSymbol
109 relocations Relocations; member in __anon9c8af84e0111::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/
Dppc64-initial-cfa.s28 # STATIC-NEXT: Relocations [
52 # STATIC-NEXT: Relocations [
69 # PIC-NEXT: Relocations [
93 # PIC-NEXT: Relocations [
/external/llvm/test/Object/
Drelocation-executable.test6 // CHECK: Relocations [
30 // DYN: Dynamic Relocations {
54 // DYN2: Dynamic Relocations {
Ddyn-rel-relocation.test29 // CHECK: Relocations [
52 // CHECK: Dynamic Relocations {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.h32 std::vector<MachineRelocation> Relocations; variable
45 Relocations.push_back(MR); in addRelocation()
DELFCodeEmitter.cpp103 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/
Drelocations.test20 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 [
Dsections-ext.test34 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/
DBinaryObject.h34 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/
DJITEmitter.cpp294 std::vector<MachineRelocation> Relocations; member in __anon3efb32cb0111::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 …]
/external/llvm/test/DebugInfo/X86/
Ddbg-asm.s12 # CHECK-COFF: Relocations [
22 # CHECK-ELF: Relocations [
/external/llvm/test/MC/X86/
Dreloc-directive.s25 # OBJ-32-LABEL: Relocations [
35 # OBJ-64-LABEL: Relocations [
/external/llvm/test/tools/sanstats/
Delf.test76 Relocations:
133 Relocations:
156 Relocations:
177 Relocations:
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp119 std::vector<COFFYAML::Relocation> Relocations; in dumpSections() local
135 Relocations.push_back(Rel); in dumpSections()
137 NewYAMLSection.Relocations = Relocations; in dumpSections()
/external/llvm/test/CodeGen/SPARC/
Dobj-relocs.ll4 ;CHECK-ABS: Relocations [
14 ; CHECK-PIC: Relocations [
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp61 Relocations("r", cl::desc("Display the relocation entries in the file")); variable
375 DisassembleObject(o, Relocations); in DumpObject()
376 if (Relocations && !Disassemble) in DumpObject()
450 if (!Disassemble && !Relocations && !SectionHeaders) { in main()
/external/llvm/test/CodeGen/PowerPC/
Dmcm-obj.ll30 ; MEDIUM: Relocations [
35 ; LARGE: Relocations [
188 ; MEDIUM-JT: Relocations [
193 ; LARGE-JT: Relocations [

123456