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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp124 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(),
200 CallSiteInfo.getRelocationOffset(),
297 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(),
318 DefRangeFramePointerRel.getRelocationOffset());
332 DefRangeRegisterRel.getRelocationOffset());
343 DefRangeRegister.getRelocationOffset());
355 DefRangeSubfieldRegister.getRelocationOffset());
374 DefRangeSubfield.getRelocationOffset());
391 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset());
401 FrameCookie.getRelocationOffset(),
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h49 uint32_t getRelocationOffset() const { function in class:llvm::codeview::ProcSym
466 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DefRangeSym
487 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DefRangeSubfieldSym
512 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } function in class:llvm::codeview::DefRangeRegisterSym
536 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader); } function in class:llvm::codeview::DefRangeSubfieldRegisterSym
560 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DefRangeFramePointerRelSym
597 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } function in class:llvm::codeview::DefRangeRegisterRelSym
629 uint32_t getRelocationOffset() const { function in class:llvm::codeview::BlockSym
652 uint32_t getRelocationOffset() const { function in class:llvm::codeview::LabelSym
829 uint32_t getRelocationOffset() cons function in class:llvm::codeview::CallSiteInfoSym
850 uint32_t getRelocationOffset() const { function in class:llvm::codeview::HeapAllocationSiteSym
871 uint32_t getRelocationOffset() const { function in class:llvm::codeview::FrameCookieSym
964 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DataSym
986 uint32_t getRelocationOffset() const { function in class:llvm::codeview::ThreadLocalDataSym
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h115 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; }
H A DObjectFile.h289 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
620 return OwningObject->getRelocationOffset(RelocationPimpl);
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 { function in class:llvm::object::ELFObjectFile
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-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp800 ObjDelegate->getLinkageName(Block.getRelocationOffset(), Block.CodeOffset,
1081 DefRangeFramePointerRel.getRelocationOffset());
1123 DefRangeRegisterRel.getRelocationOffset());
1160 DefRangeRegister.getRelocationOffset());
1197 DefRangeSubfieldRegister.getRelocationOffset());
1241 DefRangeSubfield.getRelocationOffset());
1282 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset());
1348 ObjDelegate->getLinkageName(Data.getRelocationOffset(), Data.DataOffset,
1530 ObjDelegate->getLinkageName(Proc.getRelocationOffset(), Proc.CodeOffset,
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp571 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1266 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1855 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp2236 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:MachOObjectFile

Completed in 127 milliseconds