Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h49 uint32_t getRelocationOffset() const { in getRelocationOffset() function
466 uint32_t getRelocationOffset() const { in getRelocationOffset() function
487 uint32_t getRelocationOffset() const { in getRelocationOffset() function
560 uint32_t getRelocationOffset() const { in getRelocationOffset() function
629 uint32_t getRelocationOffset() const { in getRelocationOffset() function
652 uint32_t getRelocationOffset() const { in getRelocationOffset() function
829 uint32_t getRelocationOffset() const { in getRelocationOffset() function
850 uint32_t getRelocationOffset() const { in getRelocationOffset() function
871 uint32_t getRelocationOffset() const { in getRelocationOffset() function
964 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h115 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() function
H A DObjectFile.h289 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
620 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
H A DWasm.h198 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DELFObjectFile.h323 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
1060 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
H A DMachO.h487 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DXCOFFObjectFile.h618 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DCOFF.h1020 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp800 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-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp571 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1266 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
H A DWasmObjectFile.cpp1855 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
H A DMachOObjectFile.cpp2236 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile