Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp127 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord()
203 CallSiteInfo.getRelocationOffset(), in visitKnownRecord()
300 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
321 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord()
335 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord()
346 DefRangeRegister.getRelocationOffset()); in visitKnownRecord()
358 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord()
377 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord()
394 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord()
404 FrameCookie.getRelocationOffset(), in visitKnownRecord()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h50 uint32_t getRelocationOffset() const { in getRelocationOffset() function
444 uint32_t getRelocationOffset() const { in getRelocationOffset() function
465 uint32_t getRelocationOffset() const { in getRelocationOffset() function
534 uint32_t getRelocationOffset() const { in getRelocationOffset() function
603 uint32_t getRelocationOffset() const { in getRelocationOffset() function
626 uint32_t getRelocationOffset() const { in getRelocationOffset() function
803 uint32_t getRelocationOffset() const { in getRelocationOffset() function
824 uint32_t getRelocationOffset() const { in getRelocationOffset() function
845 uint32_t getRelocationOffset() const { in getRelocationOffset() function
938 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h262 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
509 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
H A DWasm.h191 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DELFObjectFile.h271 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
853 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
H A DMachO.h338 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DCOFF.h918 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1149 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
H A DWasmObjectFile.cpp1372 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
H A DMachOObjectFile.cpp2075 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile