Home
last modified time | relevance | path

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

12

/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/llvm-project/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp126 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord()
202 CallSiteInfo.getRelocationOffset(), in visitKnownRecord()
299 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
320 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord()
334 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord()
345 DefRangeRegister.getRelocationOffset()); in visitKnownRecord()
357 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord()
376 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord()
393 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord()
403 FrameCookie.getRelocationOffset(), in visitKnownRecord()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp126 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord()
202 CallSiteInfo.getRelocationOffset(), in visitKnownRecord()
299 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
320 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord()
334 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord()
345 DefRangeRegister.getRelocationOffset()); in visitKnownRecord()
357 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord()
376 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord()
393 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord()
403 FrameCookie.getRelocationOffset(), in visitKnownRecord()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h50 uint32_t getRelocationOffset() const { in getRelocationOffset() function
446 uint32_t getRelocationOffset() const { in getRelocationOffset() function
467 uint32_t getRelocationOffset() const { in getRelocationOffset() function
492 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in getRelocationOffset() function
516 …uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader… in getRelocationOffset() function
540 uint32_t getRelocationOffset() const { in getRelocationOffset() function
577 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } in getRelocationOffset() function
609 uint32_t getRelocationOffset() const { in getRelocationOffset() function
632 uint32_t getRelocationOffset() const { in getRelocationOffset() function
809 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h50 uint32_t getRelocationOffset() const { in getRelocationOffset() function
439 uint32_t getRelocationOffset() const { in getRelocationOffset() function
460 uint32_t getRelocationOffset() const { in getRelocationOffset() function
485 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in getRelocationOffset() function
509 …uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader… in getRelocationOffset() function
533 uint32_t getRelocationOffset() const { in getRelocationOffset() function
570 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } in getRelocationOffset() function
602 uint32_t getRelocationOffset() const { in getRelocationOffset() function
625 uint32_t getRelocationOffset() const { in getRelocationOffset() function
802 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-10.0/llvm/include/llvm/Object/
DObjectFile.h282 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
533 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
DXCOFFObjectFile.h281 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DWasm.h192 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DELFObjectFile.h295 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
889 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
DMachO.h335 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DCOFF.h919 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h285 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
546 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
DWasm.h197 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DXCOFFObjectFile.h307 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DELFObjectFile.h309 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
976 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
DMachO.h336 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DCOFF.h944 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp331 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp1125 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp351 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile

12