/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 | 49 uint32_t getRelocationOffset() const { in getRelocationOffset() function 466 uint32_t getRelocationOffset() const { in getRelocationOffset() function 487 uint32_t getRelocationOffset() const { in DefRangeRegisterSym() 512 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in DefRangeSubfieldRegisterSym() 536 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader); } in DefRangeFramePointerRelSym() 560 uint32_t getRelocationOffset() const { in DefRangeRegisterRelSym() 597 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } 629 uint32_t getRelocationOffset() const { in LabelSym() 652 uint32_t getRelocationOffset() const { 829 uint32_t getRelocationOffset() cons function 445 uint32_t getRelocationOffset() const { getRelocationOffset() function 491 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } getRelocationOffset() function 515 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader); } getRelocationOffset() function 539 uint32_t getRelocationOffset() const { getRelocationOffset() function 576 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } getRelocationOffset() function 608 uint32_t getRelocationOffset() const { getRelocationOffset() function 631 uint32_t getRelocationOffset() const { getRelocationOffset() function 808 uint32_t getRelocationOffset() const { getRelocationOffset() function 850 uint32_t getRelocationOffset() const { getRelocationOffset() function 943 uint32_t getRelocationOffset() const { getRelocationOffset() function 965 uint32_t getRelocationOffset() const { getRelocationOffset() function [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 120 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() function
|
H A D | ObjectFile.h | 289 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 621 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
H A D | Wasm.h | 203 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
H A D | ELFObjectFile.h | 342 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 1122 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
H A D | XCOFFObjectFile.h | 625 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
H A D | MachO.h | 487 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
H A D | COFF.h | 1020 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 800 ObjDelegate->getLinkageName(Block.getRelocationOffset(), Block.CodeOffset, in visitKnownRecord() 1081 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord() 1123 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord() 1160 DefRangeRegister.getRelocationOffset()); in visitKnownRecord() 1197 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord() 1241 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord() 1282 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord() 1348 ObjDelegate->getLinkageName(Data.getRelocationOffset(), Data.DataOffset, in visitKnownRecord() 1530 ObjDelegate->getLinkageName(Proc.getRelocationOffset(), Proc.CodeOffset, in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 577 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
|
H A D | COFFObjectFile.cpp | 1252 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
|
H A D | WasmObjectFile.cpp | 2037 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
|
H A D | MachOObjectFile.cpp | 2236 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile
|