Home
last modified time | relevance | path

Searched defs:getRelocationOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h50 uint32_t getRelocationOffset() const { in getRelocationOffset() function
478 uint32_t getRelocationOffset() const { in getRelocationOffset() function
499 uint32_t getRelocationOffset() const { in getRelocationOffset() function
524 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in getRelocationOffset() function
548 …uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader… in getRelocationOffset() function
572 uint32_t getRelocationOffset() const { in getRelocationOffset() function
609 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } in getRelocationOffset() function
641 uint32_t getRelocationOffset() const { in getRelocationOffset() function
664 uint32_t getRelocationOffset() const { in getRelocationOffset() function
841 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h121 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() function
H A DELFObjectFile.h1127 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp582 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2058 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
H A DCOFFObjectFile.cpp1325 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
H A DMachOObjectFile.cpp2237 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile