Home
last modified time | relevance | path

Searched refs:RelOffset (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Lex/
DPPCaching.cpp129 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/
DMBlazeELFWriterInfo.cpp103 unsigned RelOffset, in computeRelocation() argument
106 return SymOffset - (RelOffset + 4); in computeRelocation()
DMBlazeELFWriterInfo.h52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ELFWriterInfo.cpp144 unsigned RelOffset, in computeRelocation() argument
148 return SymOffset - (RelOffset + 4); in computeRelocation()
DX86ELFWriterInfo.h53 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.h52 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
DARMELFWriterInfo.cpp78 unsigned RelOffset, in computeRelocation() argument
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h117 virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp777 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/
DSROA.cpp2406 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/
DSROA.cpp2325 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()