Home
last modified time | relevance | path

Searched defs:symbolRef (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/lib/Interfaces/
DCallInterfaces.cpp28 auto symbolRef = callable.get<SymbolRefAttr>(); in resolveCallable() local
/external/llvm-project/mlir/include/mlir/IR/
DSymbolTable.h128 SymbolUse(Operation *op, SymbolRefAttr symbolRef) in SymbolUse()
142 SymbolRefAttr symbolRef; variable
/external/llvm-project/mlir/test/lib/IR/
DTestSideEffects.cpp46 else if (SymbolRefAttr symbolRef = instance.getSymbolRef()) in runOnOperation() local
/external/skia/src/sksl/
DSkSLRehydrator.h208 T* symbolRef(Symbol::Kind kind) { in symbolRef() function
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp344 if (auto symbolRef = attr.dyn_cast<FlatSymbolRefAttr>()) in processConstant() local
/external/llvm-project/mlir/test/CAPI/
Dir.c812 MlirAttribute symbolRef = in printBuiltinAttributes() local
/external/llvm-project/mlir/lib/IR/
DSymbolTable.cpp469 if (auto symbolRef = attr.dyn_cast<SymbolRefAttr>()) in walkSymbolRefs() local
DAsmPrinter.cpp1448 static void printSymbolReference(StringRef symbolRef, raw_ostream &os) { in printSymbolReference()
2279 void printSymbolName(StringRef symbolRef) override { in printSymbolName()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp906 std::string symbolRef = "__objc_class_ref_" + className; in EmitClassRef() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp2114 std::string symbolRef = "__objc_class_ref_" + className; in EmitClassRef() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1893 if (auto symbolRef = op.getValue().dyn_cast<FlatSymbolRefAttr>()) { in matchAndRewrite() local