Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp126 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h50 uint32_t getRelocationOffset() const { in getRelocationOffset() function
446 uint32_t getRelocationOffset() const { in getRelocationOffset() function
467 uint32_t getRelocationOffset() const { in getRelocationOffset() function
540 uint32_t getRelocationOffset() const { 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
830 uint32_t getRelocationOffset() const { in getRelocationOffset() function
851 uint32_t getRelocationOffset() const { in getRelocationOffset() function
944 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h288 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
549 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
H A DWasm.h198 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DXCOFFObjectFile.h352 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DELFObjectFile.h300 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
1015 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
H A DMachO.h336 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DCOFF.h967 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp356 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1158 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
H A DWasmObjectFile.cpp1698 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
H A DMachOObjectFile.cpp2137 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile