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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h50 uint32_t getRelocationOffset() const { function in class:llvm::codeview::ProcSym
439 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DefRangeSym
460 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DefRangeSubfieldSym
485 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } function in class:llvm::codeview::DefRangeRegisterSym
509 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader); } function in class:llvm::codeview::DefRangeSubfieldRegisterSym
533 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DefRangeFramePointerRelSym
570 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } function in class:llvm::codeview::DefRangeRegisterRelSym
602 uint32_t getRelocationOffset() const { function in class:llvm::codeview::BlockSym
625 uint32_t getRelocationOffset() const { function in class:llvm::codeview::LabelSym
802 uint32_t getRelocationOffset() cons function in class:llvm::codeview::CallSiteInfoSym
823 uint32_t getRelocationOffset() const { function in class:llvm::codeview::HeapAllocationSiteSym
844 uint32_t getRelocationOffset() const { function in class:llvm::codeview::FrameCookieSym
937 uint32_t getRelocationOffset() const { function in class:llvm::codeview::DataSym
959 uint32_t getRelocationOffset() const { function in class:llvm::codeview::ThreadLocalDataSym
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp126 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(),
202 CallSiteInfo.getRelocationOffset(),
299 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(),
320 DefRangeFramePointerRel.getRelocationOffset());
334 DefRangeRegisterRel.getRelocationOffset());
345 DefRangeRegister.getRelocationOffset());
357 DefRangeSubfieldRegister.getRelocationOffset());
376 DefRangeSubfield.getRelocationOffset());
393 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset());
403 FrameCookie.getRelocationOffset(),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h282 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0;
533 return OwningObject->getRelocationOffset(RelocationPimpl);
H A DXCOFFObjectFile.h281 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DWasm.h192 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DELFObjectFile.h295 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
889 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h335 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
H A DCOFF.h919 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp331 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1125 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1477 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp2119 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { function in class:MachOObjectFile

Completed in 215 milliseconds