Home
last modified time | relevance | path

Searched refs:getRelocationOffset (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp122 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord()
198 CallSiteInfo.getRelocationOffset(), in visitKnownRecord()
292 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
313 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord()
327 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord()
338 DefRangeRegister.getRelocationOffset()); in visitKnownRecord()
350 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord()
369 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord()
386 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord()
396 FrameCookie.getRelocationOffset(), in visitKnownRecord()
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp96 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitBlockSym()
175 "CodeOffset", CallSiteInfo.getRelocationOffset(), in visitCallSiteInfoSym()
285 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitDataSym()
307 DefRangeFramePointerRel.getRelocationOffset()); in visitDefRangeFramePointerRelSym()
322 DefRangeRegisterRel.getRelocationOffset()); in visitDefRangeRegisterRelSym()
333 DefRangeRegister.getRelocationOffset()); in visitDefRangeRegisterSym()
346 DefRangeSubfieldRegister.getRelocationOffset()); in visitDefRangeSubfieldRegisterSym()
365 DefRangeSubfield.getRelocationOffset()); in visitDefRangeSubfieldSym()
383 DefRange.getRelocationOffset()); in visitDefRangeSym()
394 "CodeOffset", FrameCookie.getRelocationOffset(), in visitFrameCookieSym()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h50 uint32_t getRelocationOffset() const { in getRelocationOffset() function
442 uint32_t getRelocationOffset() const { in getRelocationOffset() function
463 uint32_t getRelocationOffset() const { in getRelocationOffset() function
488 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(Header); } in getRelocationOffset() function
512 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(Header); } in getRelocationOffset() function
532 uint32_t getRelocationOffset() const { in getRelocationOffset() function
569 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(Header); } in getRelocationOffset() function
601 uint32_t getRelocationOffset() const { in getRelocationOffset() function
624 uint32_t getRelocationOffset() const { in getRelocationOffset() function
776 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h75 uint32_t getRelocationOffset() const { in getRelocationOffset() function
623 uint32_t getRelocationOffset() const { in getRelocationOffset() function
656 uint32_t getRelocationOffset() const { in getRelocationOffset() function
702 uint32_t getRelocationOffset() const { in getRelocationOffset() function
747 uint32_t getRelocationOffset() const { in getRelocationOffset() function
780 uint32_t getRelocationOffset() const { in getRelocationOffset() function
832 uint32_t getRelocationOffset() const { in getRelocationOffset() function
891 uint32_t getRelocationOffset() const { in getRelocationOffset() function
924 uint32_t getRelocationOffset() const { in getRelocationOffset() function
1171 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/external/llvm/include/llvm/Object/
DObjectFile.h233 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
446 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
DELFObjectFile.h240 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
698 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
DMachO.h235 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DCOFF.h747 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h248 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
487 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
DWasm.h182 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DELFObjectFile.h267 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
834 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
DMachO.h338 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DCOFF.h915 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1059 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
DMachOObjectFile.cpp745 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1225 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
DCOFFObjectFile.cpp1125 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
DMachOObjectFile.cpp2075 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile