| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | SearchPath.cpp | 57 bool absolute = isAbsolute(base); in search() 96 bool PathSearcher::isAbsolute(const std::string & path) in isAbsolute() function in PathSearcher
|
| H A D | SearchPath.h | 52 bool isAbsolute(const std::string & path);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 127 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 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | path.d | 1561 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 D | path.d | 1659 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 D | AVRMCExpr.cpp | 64 if (Value.isAbsolute()) { in evaluateAsConstant() 81 if (Value.isAbsolute()) { in evaluateAsRelocatableImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 580 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 D | MCValue.cpp | 19 if (isAbsolute()) { in print()
|
| 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 | 698 if (OffsetVal.isAbsolute()) { in getOffsetAndDataFragment() 771 if (OffsetVal.isAbsolute()) { in emitRelocDirective()
|
| H A D | ELFObjectWriter.cpp | 651 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 D | MCSymbol.h | 247 return isDefined() && !isAbsolute(); in isInSection() 256 bool isAbsolute() const { in isAbsolute() function
|
| H A D | MCValue.h | 50 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute() function
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 54 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ? in getRelocType()
|
| H A D | X86MachObjectWriter.cpp | 132 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 D | AArch64WinCOFFObjectWriter.cpp | 58 auto Modifier = Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType()
|
| H A D | AArch64MachObjectWriter.cpp | 206 if (Target.isAbsolute()) { // constant in recordRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCExpr.cpp | 229 if (!Value.isAbsolute()) in evaluateAsConstant()
|
| H A D | RISCVAsmBackend.cpp | 105 if (Target.isAbsolute()) in shouldForceRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsMCExpr.cpp | 158 if (Res.isAbsolute() && Fixup == nullptr) { in evaluateAsRelocatableImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 246 bool isAbsolute() const { return st_shndx == ELF::SHN_ABS; }
|