Home
last modified time | relevance | path

Searched refs:OffsetReloc (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/BPF/
H A DBTFDebug.cpp1033 BTFOffsetReloc OffsetReloc; in generateOffsetReloc() local
1034 OffsetReloc.Label = ORSym; in generateOffsetReloc()
1035 OffsetReloc.OffsetNameOff = addString(IndexPattern.drop_back()); in generateOffsetReloc()
1036 OffsetReloc.TypeID = RootId; in generateOffsetReloc()
1073 OffsetRelocTable[SecNameOff].push_back(OffsetReloc); in generateOffsetReloc()
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/BPF/CORE/
H A Dintrinsic-union.ll30 ; CHECK: .long 12 # OffsetReloc
H A Dintrinsic-struct.ll31 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-typedef-struct.ll40 ; CHECK: .long 12 # OffsetReloc
H A Dintrinsic-array.ll31 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-typedef-union.ll40 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-typedef-array.ll41 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-access-str.ll36 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-typedef.ll48 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-multilevel.ll125 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-basic.ll117 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-union.ll141 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-struct-anonymous.ll135 ; CHECK: .long 12 # OffsetReloc
H A Doffset-reloc-struct-array.ll138 ; CHECK: .long 12 # OffsetReloc
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceOperand.h411 for (const auto *const OffsetReloc : OffsetExpr) { in getOffset() local
412 Ret += OffsetReloc->getOffset(); in getOffset()
H A DIceInstARM32.h1088 void setRelocOffset(RelocOffset *Value) { OffsetReloc = Value; } in setRelocOffset()
1093 RelocOffset *OffsetReloc = nullptr; variable
H A DIceInstARM32.cpp2301 if (OffsetReloc != nullptr) { in emitIAS()
2302 Asm->bindRelocOffset(OffsetReloc); in emitIAS()
H A DIceInstX86BaseImpl.h467 if (OffsetReloc != nullptr) { in emitIAS()
468 Asm->bindRelocOffset(OffsetReloc); in emitIAS()
H A DIceInstX86Base.h359 void setRelocOffset(RelocOffset *Value) { OffsetReloc = Value; } in setRelocOffset()
365 RelocOffset *OffsetReloc = nullptr; member