Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSearchPath.cpp57 bool absolute = isAbsolute(base); in search()
96 bool PathSearcher::isAbsolute(const std::string & path) in isAbsolute() function in PathSearcher
H A DSearchPath.h52 bool isAbsolute(const std::string & path);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h127 bool isAbsolute() const { return static_cast<bool>(IsAbsolute); } in isAbsolute() function
446 return !Base->isDefined() && !Base->isAbsolute(); in isExternal()
450 bool isAbsolute() const { in isAbsolute() function
452 return Base->isAbsolute(); in isAbsolute()
515 assert((L == Linkage::Strong || (!Base->isAbsolute() && !Name.empty())) && in setLinkage()
527 assert((S == Scope::Default || Base->isDefined() || Base->isAbsolute()) && in setScope()
534 assert(!A.isDefined() && !A.isAbsolute() && in makeExternal()
544 assert(!A.isDefined() && A.isAbsolute() && in makeAbsolute()
1064 if (Sym.isAbsolute()) { in makeExternal()
1085 assert(!Sym.isAbsolute() && "Symbol is already absolute"); in makeAbsolute()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dpath.d1561 if (isAbsolute(r2)) in version()
2499 else version (Windows) return isAbsolute!(BaseOf!R)(path);
2567 bool isAbsolute(R)(R path) pure nothrow @safe in version()
2573 bool isAbsolute(R)(R path) in version()
2582 alias isAbsolute = isRooted; in version() local
2588 assert(!isAbsolute("foo"));
2589 assert(!isAbsolute("../foo"w));
2590 static assert(!isAbsolute("foo"));
2594 assert(isAbsolute("/"d)); in version()
2595 assert(isAbsolute("/foo".dup)); in version()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dpath.d1659 if (isAbsolute(r2)) in version()
2581 else version (Windows) return isAbsolute!(BaseOf!R)(path);
2667 bool isAbsolute(R)(R path) pure nothrow @safe in version()
2673 bool isAbsolute(R)(R path) in version()
2682 alias isAbsolute = isRooted; in version() local
2688 assert(!isAbsolute("foo"));
2689 assert(!isAbsolute("../foo"w));
2690 static assert(!isAbsolute("foo"));
2694 assert(isAbsolute("/"d)); in version()
2695 assert(isAbsolute("/foo".dup)); in version()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp64 if (Value.isAbsolute()) { in evaluateAsConstant()
81 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp580 return IsRelocatable && Value.isAbsolute(); in evaluateAsAbsolute()
821 if (Res.isAbsolute()) { in evaluateAsRelocatableImpl()
870 if (!Value.isAbsolute()) in evaluateAsRelocatableImpl()
884 if (!Value.isAbsolute()) in evaluateAsRelocatableImpl()
922 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) { in evaluateAsRelocatableImpl()
H A DMCValue.cpp19 if (isAbsolute()) { in print()
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.cpp698 if (OffsetVal.isAbsolute()) { in getOffsetAndDataFragment()
771 if (OffsetVal.isAbsolute()) { in emitRelocDirective()
H A DELFObjectWriter.cpp651 if (Symbol.isAbsolute()) { in computeSymbolTable()
1439 assert(!SymB.isAbsolute() && "Should have been folded"); in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h247 return isDefined() && !isAbsolute(); in isInSection()
256 bool isAbsolute() const { in isAbsolute() function
H A DMCValue.h50 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp54 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ? in getRelocType()
H A DX86MachObjectWriter.cpp132 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation()
554 if (Target.isAbsolute()) { // constant in RecordX86Relocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp58 auto Modifier = Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType()
H A DAArch64MachObjectWriter.cpp206 if (Target.isAbsolute()) { // constant in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp229 if (!Value.isAbsolute()) in evaluateAsConstant()
H A DRISCVAsmBackend.cpp105 if (Target.isAbsolute()) in shouldForceRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp158 if (Res.isAbsolute() && Fixup == nullptr) { in evaluateAsRelocatableImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h246 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }

12