/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 126 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/ |
D | SymbolDumper.cpp | 96 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/ |
D | SymbolDumper.cpp | 124 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/ |
D | SymbolRecord.h | 50 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/ |
D | SymbolRecord.h | 49 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/ |
D | SymbolRecord.h | 75 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/ |
D | ObjectFile.h | 233 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 446 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
D | ELFObjectFile.h | 240 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 698 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
D | MachO.h | 235 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | COFF.h | 747 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 282 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 533 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
D | XCOFFObjectFile.h | 281 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | Wasm.h | 192 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | ELFObjectFile.h | 295 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 889 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
D | MachO.h | 335 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | COFF.h | 919 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 288 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 564 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
D | Wasm.h | 195 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | ELFObjectFile.h | 313 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 1035 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
D | XCOFFObjectFile.h | 611 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | MachO.h | 486 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | COFF.h | 960 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 331 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1059 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 567 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
|