/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/llvm-project/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/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-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 50 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/ |
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/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/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 285 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 546 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
D | Wasm.h | 197 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | XCOFFObjectFile.h | 307 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | ELFObjectFile.h | 309 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 976 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
D | MachO.h | 336 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | COFF.h | 944 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
|
D | COFFObjectFile.cpp | 1125 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 351 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
|