Home
last modified time | relevance | path

Searched defs:dynType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLVerifiers.cpp151 auto dynType = dyn_cast<DynamicType>(typeAttr.getValue()); in verify() local
/llvm-project/mlir/lib/IR/
H A DExtensibleDialect.cpp479 DynamicType dynType; in parseOptionalDynamicType() local
488 if (auto dynType = llvm::dyn_cast<DynamicType>(type)) { in printIfDynamicType() local
550 Type dynType; in parseType() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp425 Type dynType; parseType() local
/llvm-project/lld/ELF/
H A DSyntheticSections.h517 addRelativeReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelType addendRelType,RelExpr expr) addRelativeReloc() argument
530 addReloc(DynamicReloc::Kind kind,RelType dynType,InputSectionBase & sec,uint64_t offsetInSec,Symbol & sym,int64_t addend,RelExpr expr,RelType addendRelType) addReloc() argument
H A DSyntheticSections.cpp1633 addSymbolReloc(RelType dynType,InputSectionBase & isec,uint64_t offsetInSec,Symbol & sym,int64_t addend,std::optional<RelType> addendRelType) addSymbolReloc() argument
1640 addAddendOnlyRelocIfNonPreemptible(RelType dynType,GotSection & sec,uint64_t offsetInSec,Symbol & sym,RelType addendRelType) addAddendOnlyRelocIfNonPreemptible() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp7160 } else if (auto dynType{sel.expr->GetType()}) { Post() local