Searched refs:getFirstReloc (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 349 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc() function 367 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin() 377 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end() 1107 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in getRelocations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 365 getFirstReloc(const coff_section *Sec, MemoryBufferRef M, const uint8_t *Base) { in getFirstReloc() function 384 const coff_relocation *begin = getFirstReloc(Sec, Data, base()); in section_rel_begin() 394 const coff_relocation *I = getFirstReloc(Sec, Data, base()); in section_rel_end() 1173 return {getFirstReloc(Sec, Data, base()), in getRelocations()
|