Searched refs:getRelocationOffset (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A 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 …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 50 uint32_t getRelocationOffset() const { in getRelocationOffset() function 478 uint32_t getRelocationOffset() const { in getRelocationOffset() function 499 uint32_t getRelocationOffset() const { in getRelocationOffset() function 524 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in getRelocationOffset() function 548 …uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader… in getRelocationOffset() function 572 uint32_t getRelocationOffset() const { in getRelocationOffset() function 609 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } in getRelocationOffset() function 641 uint32_t getRelocationOffset() const { in getRelocationOffset() function 664 uint32_t getRelocationOffset() const { in getRelocationOffset() function 841 uint32_t getRelocationOffset() const { in getRelocationOffset() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 121 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() function
|
| H A D | ObjectFile.h | 290 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 622 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
| H A D | Wasm.h | 204 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
| H A D | ELFObjectFile.h | 345 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 1127 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
| H A D | MachO.h | 492 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
| H A D | XCOFFObjectFile.h | 632 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
| H A D | COFF.h | 1074 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 787 ObjDelegate->getLinkageName(Block.getRelocationOffset(), Block.CodeOffset, in visitKnownRecord() 1074 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord() 1116 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord() 1153 DefRangeRegister.getRelocationOffset()); in visitKnownRecord() 1190 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord() 1234 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord() 1275 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord() 1341 ObjDelegate->getLinkageName(Data.getRelocationOffset(), Data.DataOffset, in visitKnownRecord() 1523 ObjDelegate->getLinkageName(Proc.getRelocationOffset(), Proc.CodeOffset, in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 582 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 1325 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 2058 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2237 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile
|