Searched refs:Relocations (Results 1 - 25 of 62) sorted by relevance

123

/external/llvm/test/MC/ARM/
H A Deh-directive-personality.s35 @ CHECK: Relocations [
44 @ CHECK: Relocations [
77 @ CHECK: Relocations [
86 @ CHECK: Relocations [
H A Deh-directive-personalityindex.s28 @ CHECK: Relocations [
57 @ CHECK: Relocations [
90 @ CHECK: Relocations [
127 @ CHECK: Relocations [
161 @ CHECK: Relocations [
196 @ CHECK: Relocations [
H A Delf-movt.s32 @ OBJ-NEXT: Relocations [
51 @ OBJ-NEXT: Relocations [
H A Ddirective-tlsdescseq.s19 @ CHECK: Relocations [
H A Deh-directive-cantunwind.s49 @ CHECK: Relocations [
H A Deh-directive-section.s67 @ CHECK: Relocations [
92 @ CHECK: Relocations [
118 @ CHECK: Relocations [
144 @ CHECK: Relocations [
H A Delf-thumbfunc-reloc.s24 @CHECK: Relocations [
H A Dmacho-relocs-with-addend.s27 @ CHECK: Relocations [
H A Deh-compact-pr0.s66 @ CHECK: Relocations [
101 @ CHECK: Relocations [
H A Deh-directive-handlerdata.s46 @ CHECK: Relocations [
103 @ CHECK: Relocations [
/external/llvm/test/MC/PowerPC/
H A Dppc64-tls-relocs-01.s18 # CHECK: Relocations [
H A Dppc64-initial-cfa.s28 # STATIC-NEXT: Relocations [
52 # STATIC-NEXT: Relocations [
69 # PIC-NEXT: Relocations [
93 # PIC-NEXT: Relocations [
H A Dppc64-relocs-01.s22 # CHECK: Relocations [
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp69 int Relocations; member in class:__anon25894::COFFSymbol
99 relocations Relocations; member in class:__anon25894::COFFSection
197 , Relocations(0)
221 if (Relocations > 0) {
773 ++Reloc.Symb->Relocations;
826 coff_section->Relocations.push_back(Reloc);
917 if (Sec->Relocations.size() > 0) {
918 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff;
925 Sec->Header.NumberOfRelocations = Sec->Relocations.size();
934 offset += COFF::RelocationSize * Sec->Relocations
[all...]
/external/llvm/test/MC/ARM/Windows/
H A Dmov32t-range.s28 @ CHECK-RELOCATIONS: Relocations [
/external/llvm/test/MC/Mips/
H A Dmicromips-jump26.s18 # CHECK-ELF: Relocations [
H A Dmicromips-tailr.s20 # CHECK-ELF: Relocations [
H A Dmips-data-directives.s24 # CHECK-OBJ: Relocations [
H A Dmips_abi_flags_xx.s25 # CHECK-OBJ: Relocations [
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h34 extern llvm::cl::opt<bool> Relocations;
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp66 std::vector<COFFYAML::Relocation> Relocations; local
74 Relocations.push_back(Rel);
76 Sec.Relocations = Relocations;
/external/llvm/test/MC/Mips/mips32/
H A Dabiflags.s25 # CHECK-OBJ: Relocations [
/external/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s26 # CHECK-OBJ: Relocations [
/external/llvm/test/MC/Mips/mips64/
H A Dabiflags.s25 # CHECK-OBJ: Relocations [
/external/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s25 # CHECK-OBJ: Relocations [

Completed in 2811 milliseconds

123