Searched defs:IsDynamic (Results 1 – 13 of 13) sorted by relevance
51 bool IsDynamic() override { return true; } in IsDynamic() function
71 bool IsDynamic() override { in IsDynamic() function
621 virtual bool IsDynamic() { return false; } in IsDynamic() function
366 virtual bool IsDynamic() const { return false; }; in IsDynamic() function453 virtual bool IsDynamic() const override { return dynamic_; } in IsDynamic() function
733 static bool IsDynamic(const PIPELINE_STATE *pPipeline, const VkDynamicState state) { in IsDynamic() function
806 boolean IsDynamic() { in IsDynamic() method in LoadedArsc.LoadedPackage
552 bool IsDynamic) { in toSymbolIndex()1212 const bool IsDynamic = Section.Link && (*Section.Link == ".dynsym"); in writeSectionContent() local
2114 const Elf_Sym *Sym, StringRef StrTable, bool IsDynamic) { in printGlobalGotEntry()2765 bool IsDynamic) { in printSymbol()3397 bool IsDynamic) { in printSymbol()
343 bool IsDynamic) { in toSymbolIndex()
833 bool SBValue::IsDynamic() { in IsDynamic() function in SBValue
4015 Optional<StringRef> StrTable, bool IsDynamic, in printSymbol()6533 Optional<StringRef> StrTable, bool IsDynamic, in printSymbol() argument
727 bool IsDynamic) { in evaluateOrEmitBuiltinObjectSize()746 llvm::Value *EmittedE, bool IsDynamic) { in emitBuiltinObjectSize()2784 bool IsDynamic = BuiltinID == Builtin::BI__builtin_dynamic_object_size; in EmitBuiltinExpr() local
1548 bool IsDynamic; member