| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 126 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() function 336 assert(Base.isDefined() && in constructCommon() 349 assert(!Base.isDefined() && in constructExternal() 361 assert(!Base.isDefined() && in constructAbsolute() 422 bool isDefined() const { in isDefined() function 424 return Base->isDefined(); in isDefined() 446 return !Base->isDefined() && !Base->isAbsolute(); in isExternal() 470 assert(Base->isDefined() && "Not a defined symbol"); in getBlock() 477 assert(Base->isDefined() && "Not a defined symbol"); in getBlock() 493 assert((Size == 0 || Base->isDefined()) && in setSize() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 425 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 639 if (!RelEntry.Symbol->isDefined()) in getProvisionalValue() 1250 if (Sym.isComdat() && !Sym.isDefined()) in isInSymtab() 1302 if (!WS.isDefined() && !WS.isComdat()) { in prepareImports() 1509 << " isDefined=" << S.isDefined() << " isExternal=" in writeOneObject() 1516 if (WS.isComdat() && !WS.isDefined()) in writeOneObject() 1521 if (WS.isDefined()) { in writeOneObject() 1563 if (!WS.isDefined()) { in writeOneObject() 1593 if (WS.isDefined()) { in writeOneObject() 1625 if (WS.isDefined()) { in writeOneObject() [all …]
|
| H A D | MCSymbolELF.cpp | 81 if (isDefined()) in getBinding()
|
| H A D | XCOFFObjectWriter.cpp | 340 if (XSym->isDefined()) in getContainingCsect() 429 (Sym->isDefined() ? Layout.getSymbolOffset(*Sym) : 0); in recordRelocation()
|
| H A D | MCObjectStreamer.cpp | 717 if (!SRE.getSymbol().isDefined()) in getOffsetAndDataFragment() 784 if (Symbol.isDefined()) { in emitRelocDirective()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 242 bool isDefined() const { return !isUndefined(); } in isDefined() function 247 return isDefined() && !isAbsolute(); in isInSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFELFObjectWriter.cpp | 56 if (Sym.isDefined()) { in getRelocType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.cpp | 337 assert(!Sym->isDefined() && "Symbol being resolved is already defined"); in applyLookupResult() 456 if (E.getTarget().isDefined() && !E.getTarget().isLive()) in prune()
|
| H A D | ELF_x86_64.cpp | 90 return E.getKind() == Branch32 && !E.getTarget().isDefined(); in isExternalBranchEdge() 631 if (SymRef.isDefined() && in graphifyRegularSymbols()
|
| H A D | JITLink.cpp | 105 << (Sym.isDefined() ? "block" : "addressable") << " + " in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.cpp | 23 if (!F->isDefined(F) || (!F->hasBody() && F->willHaveBody())) in compileFunc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink-elf.cpp | 58 if (!GOTSym.isDefined() || !isELFGOTSection(GOTSym.getBlock().getSection())) in getELFStubTarget()
|
| H A D | llvm-jitlink-macho.cpp | 60 if (!GOTSym.isDefined() || !isMachOGOTSection(GOTSym.getBlock().getSection())) in getMachOStubTarget()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 120 if (!(setterM && setterM->isDefined())) { in TraverseObjCMethodDecl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined() function 594 if (ReuseCandidate.isDefined()) { in doVLCR()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 177 bool isImplicitlyDeclared = false, bool isDefined = false, 238 bool isImplicitlyDeclared = false, bool isDefined = false, 457 bool isDefined() const { return ObjCMethodDeclBits.IsDefined; } in isDefined() function 458 void setDefined(bool isDefined) { ObjCMethodDeclBits.IsDefined = isDefined; } in setDefined() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 771 !LandingPad.LandingPadLabel->isDefined() && in tidyLandingPads() 786 if ((BeginLabel->isDefined() || (LPMap && (*LPMap)[BeginLabel] != 0)) && in tidyLandingPads() 787 (EndLabel->isDefined() || (LPMap && (*LPMap)[EndLabel] != 0))) in tidyLandingPads()
|
| H A D | MachineModuleInfo.cpp | 156 if (Sym->isDefined()) in UpdateForDeletedBlock()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 462 if (!CD->isDefined() && CD->isTemplateInstantiation()) in isEmptyCudaConstructor() 504 if (!DD->isDefined() && DD->isTemplateInstantiation()) in isEmptyCudaDestructor()
|
| H A D | Sema.cpp | 753 if (FD->isDefined()) in getUndefinedButUsed() 864 Complete = M->isDefined() || M->isDefaulted() || in MethodsAndNestedClassesComplete() 872 F->getTemplatedDecl()->isDefined(); in MethodsAndNestedClassesComplete() 915 Complete = FD->isDefined(); in IsRecordFullyDefined()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 410 assert(TargetSym.isDefined() && in computeNamedSymbolDependencies() 482 assert(TargetSym.isDefined() && in computeLocalDeps()
|
| H A D | MachOPlatform.cpp | 449 if (E.getTarget().isDefined() && in processObjCImageInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 384 bool isDefined() const { in isDefined() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 784 bool isSynthesizedAccessorStub, bool isImplicitlyDeclared, bool isDefined, in ObjCMethodDecl() argument 797 setDefined(isDefined); in ObjCMethodDecl() 815 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create() argument 820 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 69 bool isDefined() const { return !isUndefined(); } in isDefined() function
|