Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h49 uint32_t getRelocationOffset() const { in getRelocationOffset() function
466 uint32_t getRelocationOffset() const { in getRelocationOffset() function
487 uint32_t getRelocationOffset() const { in getRelocationOffset() function
512 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterHeader); } in getRelocationOffset() function
536 …uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeSubfieldRegisterHeader… in getRelocationOffset() function
560 uint32_t getRelocationOffset() const { in getRelocationOffset() function
597 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(DefRangeRegisterRelHeader); } in getRelocationOffset() function
629 uint32_t getRelocationOffset() const { in getRelocationOffset() function
652 uint32_t getRelocationOffset() const { in getRelocationOffset() function
829 uint32_t getRelocationOffset() const { in getRelocationOffset() function
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDGOFFObjectFile.h120 uint64_t getRelocationOffset(DataRefImpl Rel) const override { return 0; } in getRelocationOffset() function
HDELFObjectFile.h1122 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp577 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in llvm::object::XCOFFObjectFile
HDWasmObjectFile.cpp2037 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
HDCOFFObjectFile.cpp1252 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
HDMachOObjectFile.cpp2236 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile