Home
last modified time | relevance | path

Searched refs:isAbsolute (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp43 if (d->isAbsolute()) in isLive()
59 if (isAbsolute()) in getVA()
H A DICF.cpp120 assert(da->isAbsolute() && db->isAbsolute()); in equalsConstant()
163 if (da->isAbsolute()) in equalsVariable()
H A DSymbols.h132 return !isAbsolute() && isThreadLocalVariables(isec->getFlags()); in isTlv()
136 bool isAbsolute() const { return isec == nullptr; } in isAbsolute() function
H A DExportTrie.cpp74 if (defined->isAbsolute()) in ExportInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp68 if (!Value.isAbsolute()) in evaluateAsConstant()
111 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
H A DPPCXCOFFObjectWriter.cpp44 Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocTypeAndSignSize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h128 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 DAVRMCExpr.cpp64 if (Value.isAbsolute()) { in evaluateAsConstant()
81 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCValue.cpp19 if (isAbsolute()) { in print()
H A DMCExpr.cpp580 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 DMachObjectWriter.cpp365 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 DMCObjectStreamer.cpp693 if (OffsetVal.isAbsolute()) { in getOffsetAndDataFragment()
766 if (OffsetVal.isAbsolute()) { in emitRelocDirective()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h50 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
H A DMCSymbol.h248 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 DARMWinCOFFObjectWriter.cpp51 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
H A DARMMachObjectWriter.cpp431 if (Target.isAbsolute()) { // constant in recordRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp61 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ? in getRelocType()
H A DX86MachObjectWriter.cpp132 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 DAArch64WinCOFFObjectWriter.cpp62 auto Modifier = Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType()
H A DAArch64MachObjectWriter.cpp206 if (Target.isAbsolute()) { // constant in recordRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp216 if (!Value.isAbsolute()) in evaluateAsConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp158 if (Res.isAbsolute() && Fixup == nullptr) { in evaluateAsRelocatableImpl()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp151 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 DLinkerScript.h48 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } in isAbsolute() function
H A DLinkerScript.cpp168 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; in addSymbol()
322 if (v.isAbsolute()) { in assignSymbol()

12