Searched refs:RelOffset (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Lex/ |
D | PPCaching.cpp | 129 int RelOffset = 0; in IsPreviousCachedToken() local 131 Tok.getLocation(), getLastCachedTokenLocation(), &RelOffset)) || in IsPreviousCachedToken() 132 RelOffset) in IsPreviousCachedToken()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.cpp | 103 unsigned RelOffset, in computeRelocation() argument 106 return SymOffset - (RelOffset + 4); in computeRelocation()
|
D | MBlazeELFWriterInfo.h | 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ELFWriterInfo.cpp | 144 unsigned RelOffset, in computeRelocation() argument 148 return SymOffset - (RelOffset + 4); in computeRelocation()
|
D | X86ELFWriterInfo.h | 53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMELFWriterInfo.h | 52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
D | ARMELFWriterInfo.cpp | 78 unsigned RelOffset, in computeRelocation() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 777 unsigned RelOffset = MR.getMachineCodeOffset(); in EmitRelocations() local 818 int64_t Value = TEW->computeRelocation(SymOffset, RelOffset, RelType); in EmitRelocations() 819 RelocateField(S, RelOffset, Value, RelTySize); in EmitRelocations() 829 RelocateField(S, RelOffset, HasRelA ? 0 : Addend, RelTySize); in EmitRelocations() 832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend); in EmitRelocations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2406 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local 2407 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex() 2408 uint32_t Index = RelOffset / ElementSize; in getIndex() 2409 assert(Index * ElementSize == RelOffset); in getIndex()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2325 uint64_t RelOffset = Offset - NewAllocaBeginOffset; in getIndex() local 2326 assert(RelOffset / ElementSize < UINT32_MAX && "Index out of bounds"); in getIndex() 2327 uint32_t Index = RelOffset / ElementSize; in getIndex() 2328 assert(Index * ElementSize == RelOffset); in getIndex()
|