Home
last modified time | relevance | path

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

12

/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/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-16.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp124 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord()
200 CallSiteInfo.getRelocationOffset(), in visitKnownRecord()
297 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
318 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord()
332 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord()
343 DefRangeRegister.getRelocationOffset()); in visitKnownRecord()
355 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord()
374 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord()
391 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord()
401 FrameCookie.getRelocationOffset(), in visitKnownRecord()
[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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h49 uint32_t getRelocationOffset() const { in getRelocationOffset() function
445 uint32_t getRelocationOffset() const { in getRelocationOffset() function
466 uint32_t getRelocationOffset() const { in getRelocationOffset() function
491 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in getRelocationOffset() function
515 …uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader… in getRelocationOffset() function
539 uint32_t getRelocationOffset() const { in getRelocationOffset() function
576 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } in getRelocationOffset() function
608 uint32_t getRelocationOffset() const { in getRelocationOffset() function
631 uint32_t getRelocationOffset() const { in getRelocationOffset() function
808 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DObjectFile.h288 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
564 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
DWasm.h195 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DELFObjectFile.h313 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
1035 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
DXCOFFObjectFile.h611 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DMachO.h486 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
DCOFF.h960 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
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1059 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DXCOFFObjectFile.cpp567 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile

12