Searched refs:Rebase (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.h | 57 extern bool Rebase;
|
H A D | llvm-objdump.cpp | 3323 if (Rebase) in dumpObject() 3736 InfoPlist || LazyBind || LinkOptHints || ObjcMetaData || Rebase || in llvm_objdump_main()
|
H A D | MachODump.cpp | 62 bool objdump::Rebase; member in objdump 97 Rebase = InputArgs.hasArg(OBJDUMP_rebase); in parseMachOOptions() 2110 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase || in ProcessMachO() 2205 if (Rebase) in ProcessMachO()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 380 enum class FixupKind { Bind, Rebase }; enumerator 387 bool isRebase() const { return Kind == FixupKind::Rebase; } in isRebase()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 4543 TemporaryBase Rebase(*this, NameInfo.getLoc(), Name); in TransformDeclarationNameInfo() 4968 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformType() 5020 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformTypeWithDeducedTST() 6880 TemporaryBase Rebase(*this, TL.getNameLoc(), DeclarationName()); in TransformSubstTemplateTypeParmType() 12776 TemporaryBase Rebase(*this, E->getBeginLoc(), DeclarationName()); in TransformImplicitValueInitExpr() 14147 TemporaryBase Rebase(*this, /*FIXME*/ E->getBeginLoc(), DeclarationName()); in TransformCXXConstructExpr() 15095 TemporaryBase Rebase(*this, E->getPackLoc(), getBaseEntity()); in TransformSizeOfPackExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 3432 Kind = IsBind ? FixupKind::Bind : FixupKind::Rebase; in moveNext()
|