| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.cpp | 43 if (d->isAbsolute()) in isLive() 59 if (isAbsolute()) in getVA()
|
| H A D | ICF.cpp | 120 assert(da->isAbsolute() && db->isAbsolute()); in equalsConstant() 163 if (da->isAbsolute()) in equalsVariable()
|
| H A D | Symbols.h | 132 return !isAbsolute() && isThreadLocalVariables(isec->getFlags()); in isTlv() 136 bool isAbsolute() const { return isec == nullptr; } in isAbsolute() function
|
| H A D | ExportTrie.cpp | 74 if (defined->isAbsolute()) in ExportInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCExpr.cpp | 68 if (!Value.isAbsolute()) in evaluateAsConstant() 111 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
|
| H A D | PPCXCOFFObjectWriter.cpp | 44 Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocTypeAndSignSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 128 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute() function 509 return !Base->isDefined() && !Base->isAbsolute(); in isExternal() 513 bool isAbsolute() const { in isAbsolute() function 515 return Base->isAbsolute(); in isAbsolute() 597 assert(!A.isDefined() && !A.isAbsolute() && in makeExternal() 607 assert(!A.isDefined() && A.isAbsolute() && in makeAbsolute() 1166 if (Sym.isAbsolute()) { in makeExternal() 1187 assert(!Sym.isAbsolute() && "Symbol is already absolute"); in makeAbsolute() 1208 if (Sym.isAbsolute()) { in makeDefined() 1290 assert(!Sym.isDefined() && !Sym.isAbsolute() && in removeExternalSymbol() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCExpr.cpp | 64 if (Value.isAbsolute()) { in evaluateAsConstant() 81 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCValue.cpp | 19 if (isAbsolute()) { in print()
|
| H A D | MCExpr.cpp | 580 return IsRelocatable && Value.isAbsolute(); in evaluateAsAbsolute() 800 if (Res.isAbsolute()) { in evaluateAsRelocatableImpl() 849 if (!Value.isAbsolute()) in evaluateAsRelocatableImpl() 863 if (!Value.isAbsolute()) in evaluateAsRelocatableImpl() 901 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) { in evaluateAsRelocatableImpl()
|
| H A D | MachObjectWriter.cpp | 365 else if (Symbol->isAbsolute()) in writeNlist() 582 } else if (Symbol.isAbsolute()) { in computeSymbolTable() 605 if (Symbol.isAbsolute()) { in computeSymbolTable() 1022 if (it->Symbol->isAbsolute()) in writeObject()
|
| H A D | MCObjectStreamer.cpp | 693 if (OffsetVal.isAbsolute()) { in getOffsetAndDataFragment() 766 if (OffsetVal.isAbsolute()) { in emitRelocDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCValue.h | 50 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
|
| H A D | MCSymbol.h | 248 return isDefined() && !isAbsolute(); in isInSection() 257 bool isAbsolute() const { in isAbsolute() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFObjectWriter.cpp | 51 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
|
| H A D | ARMMachObjectWriter.cpp | 431 if (Target.isAbsolute()) { // constant in recordRelocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 61 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ? in getRelocType()
|
| H A D | X86MachObjectWriter.cpp | 132 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation() 555 if (Target.isAbsolute()) { // constant in RecordX86Relocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFObjectWriter.cpp | 62 auto Modifier = Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType()
|
| H A D | AArch64MachObjectWriter.cpp | 206 if (Target.isAbsolute()) { // constant in recordRelocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCExpr.cpp | 216 if (!Value.isAbsolute()) in evaluateAsConstant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsMCExpr.cpp | 158 if (Res.isAbsolute() && Fixup == nullptr) { in evaluateAsRelocatableImpl()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 151 if (a.sec == nullptr || (a.forceAbsolute && !b.isAbsolute())) in moveAbsRight() 153 if (!b.isAbsolute()) in moveAbsRight() 164 if (!a.isAbsolute() && !b.isAbsolute()) in sub()
|
| H A D | LinkerScript.h | 48 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } in isAbsolute() function
|
| H A D | LinkerScript.cpp | 168 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; in addSymbol() 322 if (v.isAbsolute()) { in assignSymbol()
|