/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 122 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord() 198 CallSiteInfo.getRelocationOffset(), in visitKnownRecord() 292 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord() 313 DefRangeFramePointerRel.getRelocationOffset()); in visitKnownRecord() 327 DefRangeRegisterRel.getRelocationOffset()); in visitKnownRecord() 338 DefRangeRegister.getRelocationOffset()); in visitKnownRecord() 350 DefRangeSubfieldRegister.getRelocationOffset()); in visitKnownRecord() 369 DefRangeSubfield.getRelocationOffset()); in visitKnownRecord() 386 printLocalVariableAddrRange(DefRange.Range, DefRange.getRelocationOffset()); in visitKnownRecord() 396 FrameCookie.getRelocationOffset(), in visitKnownRecord() [all …]
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 96 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitBlockSym() 175 "CodeOffset", CallSiteInfo.getRelocationOffset(), in visitCallSiteInfoSym() 285 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitDataSym() 307 DefRangeFramePointerRel.getRelocationOffset()); in visitDefRangeFramePointerRelSym() 322 DefRangeRegisterRel.getRelocationOffset()); in visitDefRangeRegisterRelSym() 333 DefRangeRegister.getRelocationOffset()); in visitDefRangeRegisterSym() 346 DefRangeSubfieldRegister.getRelocationOffset()); in visitDefRangeSubfieldRegisterSym() 365 DefRangeSubfield.getRelocationOffset()); in visitDefRangeSubfieldSym() 383 DefRange.getRelocationOffset()); in visitDefRangeSym() 394 "CodeOffset", FrameCookie.getRelocationOffset(), in visitFrameCookieSym() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 50 uint32_t getRelocationOffset() const { in getRelocationOffset() function 442 uint32_t getRelocationOffset() const { in getRelocationOffset() function 463 uint32_t getRelocationOffset() const { in getRelocationOffset() function 488 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(Header); } in getRelocationOffset() function 512 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(Header); } in getRelocationOffset() function 532 uint32_t getRelocationOffset() const { in getRelocationOffset() function 569 uint32_t getRelocationOffset() const { return RecordOffset + sizeof(Header); } in getRelocationOffset() function 601 uint32_t getRelocationOffset() const { in getRelocationOffset() function 624 uint32_t getRelocationOffset() const { in getRelocationOffset() function 776 uint32_t getRelocationOffset() const { in getRelocationOffset() function [all …]
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 75 uint32_t getRelocationOffset() const { in getRelocationOffset() function 623 uint32_t getRelocationOffset() const { in getRelocationOffset() function 656 uint32_t getRelocationOffset() const { in getRelocationOffset() function 702 uint32_t getRelocationOffset() const { in getRelocationOffset() function 747 uint32_t getRelocationOffset() const { in getRelocationOffset() function 780 uint32_t getRelocationOffset() const { in getRelocationOffset() function 832 uint32_t getRelocationOffset() const { in getRelocationOffset() function 891 uint32_t getRelocationOffset() const { in getRelocationOffset() function 924 uint32_t getRelocationOffset() const { in getRelocationOffset() function 1171 uint32_t getRelocationOffset() const { in getRelocationOffset() function [all …]
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 233 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 446 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
D | ELFObjectFile.h | 240 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 698 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
D | MachO.h | 235 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | COFF.h | 747 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 248 virtual uint64_t getRelocationOffset(DataRefImpl Rel) const = 0; 487 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
|
D | Wasm.h | 182 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | ELFObjectFile.h | 267 uint64_t getRelocationOffset(DataRefImpl Rel) const override; 834 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function
|
D | MachO.h | 338 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
D | COFF.h | 915 uint64_t getRelocationOffset(DataRefImpl Rel) const override;
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1059 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 745 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1225 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset() function in WasmObjectFile
|
D | COFFObjectFile.cpp | 1125 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 2075 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset() function in MachOObjectFile
|