Searched refs:isUndefined (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp29 if (SA.isUndefined() || SB.isUndefined())
H A DMachObjectWriter.cpp57 if (S.isUndefined())
101 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined())
104 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined())
361 if (IsAlias && Symbol->isUndefined())
363 else if (Symbol->isUndefined())
376 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined()))
380 if (IsAlias && Symbol->isUndefined())
572 if (!Symbol.isExternal() && !Symbol.isUndefined())
579 if (Symbol.isUndefined()) {
598 if (Symbol.isExternal() || Symbol.isUndefined())
[all...]
H A DMCMachOStreamer.cpp350 if (Symbol->isUndefined())
376 if (Symbol->isUndefined())
408 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
H A DELFObjectWriter.cpp592 if (Symbol.isVariable() && Symbol.isUndefined()) {
642 if (Symbol.isTemporary() && Symbol.isUndefined()) {
662 } else if (Symbol.isUndefined()) {
1267 Tail = Rest.substr(Symbol.isUndefined() ? 2 : 1);
1281 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
1285 if (Symbol.isUndefined() && Rest.startswith("@@") &&
1353 if (Sym->isUndefined())
1434 if (SymB.isUndefined()) {
1479 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DSymbol.cpp22 if (isUndefined())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h83 bool isUndefined() const { function in class:llvm::MachO::Symbol
H A DInterfaceFile.h368 return !Symbol->isUndefined();
377 return Symbol->isUndefined();
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp293 if (sym->isUndefined())
316 if (sym->isUndefined() &&
325 if (sym->isUndefined())
428 (isUndefined() && other.binding != STB_WEAK && other.discardedSecIdx)) {
511 if (isUndefined() || isShared()) {
661 if (!isUndefined())
684 if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) {
H A DSymbols.h147 bool isUndefined() const { return symbolKind == UndefinedKind; } function in class:lld::elf::Symbol
163 return isWeak() && (isUndefined() || isLazy());
H A DLTO.cpp183 r.Prevailing = !objSym.isUndefined() && sym->file == &f;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp30 if (Sym->isUndefined())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h241 bool isDefined() const { return !isUndefined(); }
249 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
250 bool isUndefined(bool SetUsed = true) const { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp112 if (ELFSymbol->isUndefined()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp188 if (A->isUndefined() || B->isUndefined()) {
189 StringRef Name = A->isUndefined() ? A->getName() : B->getName();
577 if (!A->isUndefined())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h66 bool isDefined() const { return !isUndefined(); }
68 bool isUndefined() const { function in class:llvm::object::WasmSymbol
H A DIRSymtab.h193 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; } function in struct:llvm::irsymtab::Symbol
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h360 bool isUndefined() const { return UndefLoc.isValid(); } function in class:clang::MacroInfo
386 return !Def.isUndefined();
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp159 if (!sym.isUndefined())
171 if (coffSym.isUndefined() || !coffSym.isExternal() ||
416 if (coffSym.isUndefined()) {
928 if (objSym.isUndefined()) {
H A DLTO.cpp136 r.Prevailing = !objSym.isUndefined() && sym->getFile() == &f;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h154 bool isUndefined() const { return isUnknownOrUndef(); } function in class:llvm::ValueLatticeElement
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp208 return (!Def.isUndefined() ||
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h138 using irsymtab::Symbol::isUndefined;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp358 if (!A->isUndefined())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp293 if (A->getKind() != MCSymbolRefExpr::VK_None || SA.isUndefined())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp454 if (!A->isUndefined())

Completed in 309 milliseconds

123