Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp85 return !isAbsolute() && isThreadLocalVariables(isec->getFlags()); in isTlv()
91 if (isAbsolute()) in getVA()
H A DICF.cpp137 assert(da->isAbsolute() && db->isAbsolute()); in equalsConstant()
192 if (da->isAbsolute()) in equalsVariable()
H A DExportTrie.cpp73 if (defined->isAbsolute()) in ExportInfo()
H A DSymbols.h132 bool isAbsolute() const { return isec == nullptr; } in isAbsolute() function
H A DSectionPriorities.cpp254 if (sym->isAbsolute()) in getSymbolPriority()
/freebsd/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()
H A DPPCAsmBackend.cpp186 return !Target.isAbsolute() && S->isExternal() && in shouldForceRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h135 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute() function
531 return !Base->isDefined() && !Base->isAbsolute(); in isExternal()
535 bool isAbsolute() const { in isAbsolute() function
537 return Base->isAbsolute(); in isAbsolute()
652 assert(!A.isDefined() && !A.isAbsolute() && in makeExternal()
662 assert(!A.isDefined() && A.isAbsolute() && in makeAbsolute()
1318 if (Sym.isAbsolute()) { in makeExternal()
1344 assert(!Sym.isAbsolute() && "Symbol is already absolute"); in makeAbsolute()
1369 if (Sym.isAbsolute()) { in makeDefined()
1459 assert(!Sym.isDefined() && !Sym.isAbsolute() && in removeExternalSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp63 if (Value.isAbsolute()) { in evaluateAsConstant()
80 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCValue.cpp19 if (isAbsolute()) { in print()
H A DMCExpr.cpp590 return IsRelocatable && Value.isAbsolute(); in evaluateAsAbsolute()
867 if (Res.isAbsolute()) { in evaluateAsRelocatableImpl()
916 if (!Value.isAbsolute()) in evaluateAsRelocatableImpl()
930 if (!Value.isAbsolute()) in evaluateAsRelocatableImpl()
970 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) { in evaluateAsRelocatableImpl()
H A DMachObjectWriter.cpp366 else if (Symbol->isAbsolute()) in writeNlist()
581 } else if (Symbol.isAbsolute()) { in computeSymbolTable()
604 if (Symbol.isAbsolute()) { in computeSymbolTable()
1060 if (it->Symbol->isAbsolute()) in writeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h255 return isDefined() && !isAbsolute(); in isInSection()
264 bool isAbsolute() const { in isAbsolute() function
H A DMCValue.h49 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp50 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp65 auto Modifier = Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType()
H A DAArch64MachObjectWriter.cpp204 if (Target.isAbsolute()) { // constant in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp231 if (!Value.isAbsolute()) in evaluateAsConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp158 if (Res.isAbsolute() && Fixup == nullptr) { in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h45 bool isAbsolute() const { return forceAbsolute || sec == nullptr; } in isAbsolute() function
H A DScriptParser.cpp153 if (a.sec == nullptr || (a.forceAbsolute && !b.isAbsolute())) in moveAbsRight()
155 if (!b.isAbsolute()) in moveAbsRight()
166 if (!a.isAbsolute() && !b.isAbsolute()) in sub()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp147 if (COFFSymbol.isAbsolute()) in addSingleRelocation()

12