| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 29 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved()
|
| H A D | MachObjectWriter.cpp | 57 if (S.isUndefined()) in doesSymbolRequireExternRelocation() 101 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress() 104 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress() 361 if (IsAlias && Symbol->isUndefined()) in writeNlist() 363 else if (Symbol->isUndefined()) in writeNlist() 376 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 380 if (IsAlias && Symbol->isUndefined()) in writeNlist() 572 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable() 579 if (Symbol.isUndefined()) { in computeSymbolTable() 598 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
|
| H A D | ELFObjectWriter.cpp | 587 if (Symbol.isVariable() && Symbol.isUndefined()) { in isInSymtab() 640 if (Symbol.isTemporary() && Symbol.isUndefined()) { in computeSymbolTable() 661 } else if (Symbol.isUndefined()) { in computeSymbolTable() 1239 Tail = Rest.substr(Symbol.isUndefined() ? 2 : 1); in executePostLayoutBinding() 1253 if (!Symbol.isUndefined() && S.KeepOriginalSym) in executePostLayoutBinding() 1256 if (Symbol.isUndefined() && Rest.startswith("@@") && in executePostLayoutBinding() 1323 if (Sym->isUndefined()) in shouldRelocateWithSymbol() 1416 if (SymB.isUndefined()) { in recordRelocation() 1465 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
|
| H A D | MCMachOStreamer.cpp | 353 if (Symbol->isUndefined()) in emitSymbolAttribute() 379 if (Symbol->isUndefined()) in emitSymbolAttribute() 411 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in emitCommonSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 310 if (sym->isUndefined()) in printTraceSymbol() 333 if (sym->isUndefined() && in maybeWarnUnorderableSymbol() 342 if (sym->isUndefined()) in maybeWarnUnorderableSymbol() 465 (isUndefined() && other.binding != STB_WEAK && other.discardedSecIdx)) { in resolveUndefined() 553 if (isUndefined() || isShared()) { in resolveUndefined() 728 if (!isUndefined()) { in resolveLazy() 755 if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) { in resolveShared()
|
| H A D | Symbols.h | 151 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined() function 167 return isWeak() && (isUndefined() || isLazy()); in isUndefWeak()
|
| H A D | InputFiles.cpp | 1281 return !sym.isUndefined() && !sym.isWeak() && !sym.isCommon(); in isBitcodeNonCommonDef() 1552 if (sym.isUndefined()) { in parse() 1570 if (s->isUndefined() && !s->isWeak() && in parse() 1725 if (objSym.isUndefined() || (c != -1 && !keptComdats[c])) { in createBitcodeSymbol() 1826 if (sym.isUndefined()) in parse()
|
| H A D | SymbolTable.cpp | 45 if (!real->isUsedInRegularObj && sym->isUndefined()) in wrap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Symbol.cpp | 22 if (isUndefined()) in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 188 if (A->isUndefined() || B->isUndefined()) { in RecordX86_64Relocation() 189 StringRef Name = A->isUndefined() ? A->getName() : B->getName(); in RecordX86_64Relocation() 580 if (!A->isUndefined()) in RecordX86Relocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 243 bool isDefined() const { return !isUndefined(); } in isDefined() 252 bool isUndefined(bool SetUsed = true) const {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUELFObjectWriter.cpp | 83 if (SymA->getSymbol().isUndefined()) { in getRelocType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | TapiFile.cpp | 25 if (Sym->isUndefined()) in getFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 386 return !Symbol->isUndefined(); 395 return Symbol->isUndefined();
|
| H A D | Symbol.h | 89 bool isUndefined() const { in isUndefined() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 360 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined() function 386 return !Def.isUndefined(); in isDefined()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 69 bool isDefined() const { return !isUndefined(); } in isDefined() 71 bool isUndefined() const { in isUndefined() function
|
| H A D | IRSymtab.h | 198 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; } in isUndefined() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 113 if (ELFSymbol->isUndefined()) { in HexagonMCEmitCommonSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 77 r.Prevailing = !objSym.isUndefined() && sym->getFile() == &f; in add()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 160 if (!sym.isUndefined()) in parse() 172 if (coffSym.isUndefined() || !coffSym.isExternal() || in parse() 422 if (coffSym.isUndefined()) { in initializeSymbols() 1082 if (objSym.isUndefined()) { in parse()
|
| H A D | LTO.cpp | 143 r.Prevailing = !objSym.isUndefined() && sym->getFile() == &f; in add()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 208 return (!Def.isUndefined() || in findDirectiveAtLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 138 using irsymtab::Symbol::isUndefined;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonAsmPrinter.cpp | 208 if (Sym->isUndefined()) { in smallData() 236 if (Sym->isUndefined()) { in smallData()
|