| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 224 if (!isDefined()) in parseSymbolVersion() 341 if (!sym.isDefined()) in computeIsPreemptible() 373 if (!sym->isDefined() && !sym->isCommon()) { in parseVersionAndComputeIsPreemptible() 514 if (!isDefined()) in shouldReplace() 568 if (isDefined() && !isWeak() && !other.isWeak()) in checkDuplicate() 579 if (isDefined() && !isWeak()) { in resolve() 627 if (isDefined()) { in resolve()
|
| H A D | SymbolTable.cpp | 45 else if (!sym->isDefined()) in wrap() 102 if (sym->isDefined()) in addAndCheckDuplicate() 120 return sym.isDefined() || sym.isCommon() || sym.isLazy(); in canBeVersioned()
|
| H A D | Symbols.h | 164 bool isDefined() const { return symbolKind == DefinedKind; } in isDefined() function 380 static bool classof(const Symbol *s) { return s->isDefined(); } in classof()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 136 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function 455 assert(!Base.isDefined() && in constructExternal() 470 assert(!Base.isDefined() && in constructAbsolute() 532 bool isDefined() const { in isDefined() function 534 return Base->isDefined(); in isDefined() 556 return !Base->isDefined() && !Base->isAbsolute(); in isExternal() 580 assert(Base->isDefined() && "Not a defined symbol"); in getBlock() 587 assert(Base->isDefined() && "Not a defined symbol"); in getBlock() 611 assert((Size == 0 || Base->isDefined()) && in setSize() 650 assert((S != Scope::Local || Base->isDefined() || Base->isAbsolute()) && in setScope() [all …]
|
| H A D | x86.h | 371 if (E.getKind() == BranchPCRel32 && !E.getTarget().isDefined()) { in visitEdge()
|
| H A D | x86_64.h | 746 if (E.getKind() == x86_64::BranchPCRel32 && !E.getTarget().isDefined()) { in visitEdge()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 467 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 540 SymA->isDefined()) { in recordRelocation() 658 if (!RelEntry.Symbol->isDefined()) in getProvisionalValue() 677 if (!RelEntry.Symbol->isDefined()) in getProvisionalValue() 1291 if (Sym.isComdat() && !Sym.isDefined()) in isInSymtab() 1358 if (!WS.isDefined() && !WS.isComdat()) { in prepareImports() 1562 << " isDefined=" << S.isDefined() << " isExternal=" in writeOneObject() 1569 if (WS.isComdat() && !WS.isDefined()) in writeOneObject() 1574 if (WS.isDefined()) { in writeOneObject() 1612 if (!WS.isDefined()) { in writeOneObject() [all …]
|
| H A D | MCSymbolELF.cpp | 83 if (isDefined()) in getBinding()
|
| H A D | MCObjectStreamer.cpp | 652 if (!SA.isDefined()) in getOffsetAndDataFragment() 717 if (Symbol.isDefined()) { in emitRelocDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | SEHFrameSupport.h | 45 if (!Sym.isDefined()) in operator()
|
| H A D | JITLinkGeneric.cpp | 228 assert(!Sym->isDefined() && "Symbol being resolved is already defined"); in applyLookupResult() 303 if (E.getTarget().isDefined() && !E.getTarget().isLive()) in prune()
|
| H A D | CompactUnwindSupport.h | 129 if (!PCBeginEdge->getTarget().isDefined()) in prepareForPrune() 137 if (!Fn.isDefined()) { in prepareForPrune() 168 if (E.getKind() == Edge::KeepAlive && E.getTarget().isDefined() && in prepareForPrune()
|
| H A D | JITLinkGeneric.h | 164 assert((NoAllocSection || !E.getTarget().isDefined() || in fixUpBlocks()
|
| H A D | ELF_loongarch.cpp | 117 if (!Sym->isDefined() || &Sym->getBlock() != B) in initRelaxAux() 143 !E.getTarget().isDefined() ? Log2_64(E.getAddend()) + 1 : E.getAddend(); in relaxAlign()
|
| H A D | COFF_x86_64.cpp | 163 if (!GraphSymbol->isDefined()) in addSingleRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFELFObjectWriter.cpp | 56 if (Sym.isDefined()) { in getRelocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 200 if (!BeginLabel->isDefined() || !EndLabel->isDefined()) in computePadMap() 394 if (LPI.LandingPadLabel && !LPI.LandingPadLabel->isDefined()) in emitExceptionTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | UnwindInfoRegistrationPlugin.cpp | 60 if (E.getKind() != Edge::KeepAlive || !E.getTarget().isDefined()) in addUnwindInfoRegistrationActions()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 314 const bool isDefined = false; in BuildMethod() local 359 isDefined, impControl, HasRelatedResultType); in BuildMethod()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.h | 199 bool isDefined() const { return Defined; } in isDefined() function
|
| H A D | ByteCodeEmitter.cpp | 33 if (!FuncDecl->isDefined()) in compileFunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 144 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function 578 if (ReuseCandidate.isDefined()) { in doVLCR()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 252 bool isDefined() const { return !isUndefined(); } in isDefined() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 528 if (!CD->isDefined() && CD->isTemplateInstantiation()) in isEmptyConstructor() 570 if (!DD->isDefined() && DD->isTemplateInstantiation()) in isEmptyDestructor() 941 Callee->hasAttr<CUDAGlobalAttr>() && !Callee->isDefined() && in CheckCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 174 bool isImplicitlyDeclared = false, bool isDefined = false, 235 bool isImplicitlyDeclared = false, bool isDefined = false, 452 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function 453 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined() argument
|