Searched defs:offsetInAtom (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86.cpp | 253 uint32_t offsetInAtom, in getReferenceInfo() 351 uint32_t offsetInAtom, in getPairReferenceInfo()
|
D | ArchHandler_x86_64.cpp | 398 uint32_t offsetInAtom, in getReferenceInfo() 476 uint32_t offsetInAtom, in getPairReferenceInfo()
|
D | ArchHandler_arm64.cpp | 378 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo() 474 const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, in getPairReferenceInfo()
|
D | ArchHandler_arm.cpp | 525 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo() 639 uint32_t offsetInAtom, in getPairReferenceInfo()
|
D | MachONormalizedFileToAtoms.cpp | 611 uint32_t offsetInAtom; in convertRelocs() local 1510 uint32_t offsetInAtom; in normalizedObjectToAtoms() local
|
/external/llvm-project/lld/include/lld/Core/ |
D | Simple.h | 126 uint64_t offsetInAtom() const override { return _offsetInAtom; } in offsetInAtom() function
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 777 uint64_t offsetInAtom() const override { return _offset; } in offsetInAtom() function in llvm::yaml::MappingTraits::NormalizedReference
|