Searched refs:isDefined (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp56 if (Sym.isDefined()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h125 bool isDefined() const { return static_cast<bool>(IsDefined); } function in class:llvm::jitlink::Addressable
317 assert(Base.isDefined() &&
330 assert(!Base.isDefined() &&
342 assert(!Base.isDefined() &&
397 bool isDefined() const {
399 return Base->isDefined();
421 return !Base->isDefined() && !Base->isAbsolute();
427 return !Base->isDefined() && Base->isAbsolute();
445 assert(Base->isDefined() && "Not a defined symbol");
452 assert(Base->isDefined()
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp123 if (!sym->isDefined() && !sym->isCommon())
135 if (b->isDefined() || b->isCommon())
152 if ((sym->isDefined() || sym->isCommon()) && m.match(sym->getName()))
H A DSymbols.cpp209 if (!isDefined())
280 if (!isDefined() && !isCommon())
349 if (!sym.isDefined())
540 assert(other->isDefined() || other->isCommon());
542 if (!isDefined() && !isCommon())
H A DSymbols.h149 bool isDefined() const { return symbolKind == DefinedKind; } function in class:lld::elf::Symbol
287 static bool classof(const Symbol *s) { return s->isDefined(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp81 if (isDefined())
H A DWasmObjectWriter.cpp415 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) {
574 if (!Sym->isDefined())
1090 if (Sym.isComdat() && !Sym.isDefined())
1159 if (!WS.isDefined() && !WS.isComdat()) {
1293 << " isDefined=" << S.isDefined() << " isExternal="
1300 if (WS.isComdat() && !WS.isDefined())
1305 if (WS.isDefined()) {
1346 if (!WS.isDefined()) {
1376 if (WS.isDefined())
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h238 /// isDefined - Check if this symbol is defined (i.e., it has an address).
241 bool isDefined() const { return !isUndefined(); } function
246 return isDefined() && !isAbsolute();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp132 if (Sym.isDefined())
240 if (Sym->isDefined()) {
H A DJITLinkGeneric.cpp282 assert(!Sym->isDefined() && "Symbol being resolved is already defined");
339 if (E.getTarget().isDefined() && !E.getTarget().isLive()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp23 if (!F->isDefined(F) || (!F->hasBody() && F->willHaveBody()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp120 if (!(setterM && setterM->isDefined())) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp408 if (!CD->isDefined() && CD->isTemplateInstantiation())
446 if (!DD->isDefined() && DD->isTemplateInstantiation())
H A DSema.cpp705 if (FD->isDefined())
816 Complete = M->isDefined() || M->isDefaulted() ||
824 F->getTemplatedDecl()->isDefined();
867 Complete = FD->isDefined();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp326 const bool isDefined = false; local
371 isDefined, impControl, HasRelatedResultType);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp254 bool isDefined() { return Inst2Replace != nullptr; } function in struct:__anon2272::ReuseValue
673 if (ReuseCandidate.isDefined()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp227 assert(TargetSym.isDefined() &&
267 assert(TargetSym.isDefined() &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp162 if (Sym->isDefined())
H A DMachineFunction.cpp748 !LandingPad.LandingPadLabel->isDefined() &&
763 if ((BeginLabel->isDefined() || (LPMap && (*LPMap)[BeginLabel] != 0)) &&
764 (EndLabel->isDefined() || (LPMap && (*LPMap)[EndLabel] != 0)))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h384 bool isDefined() const { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp519 if (!M->isDefined())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h66 bool isDefined() const { return !isUndefined(); } function in class:llvm::object::WasmSymbol
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h176 bool isImplicitlyDeclared = false, bool isDefined = false,
237 bool isImplicitlyDeclared = false, bool isDefined = false,
449 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } function in class:clang::ObjCList
450 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp782 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined,
795 setDefined(isDefined);
813 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl,
818 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType);
778 ObjCMethodDecl( SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
808 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h586 unsigned LineNo, DIType *Ty, bool IsLocalToUnit, bool isDefined = true,

Completed in 462 milliseconds

1234