Home
last modified time | relevance | path

Searched refs:GetFuncName (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_framework_legalize_to_llvm.cc50 StringRef tf_func_name = GetFuncName(); in getOrInsertTFFunction()
63 virtual StringRef GetFuncName() const = 0;
126 StringRef GetFuncName() const override { return kCInterfaceAlloc; } in GetFuncName() function in mlir::kernel_gen::tf_framework::__anon2b9a9fac0111::TFAllocOpConverter
238 StringRef GetFuncName() const override { return kCInterfaceDealloc; } in GetFuncName() function in mlir::kernel_gen::tf_framework::__anon2b9a9fac0111::TFDeallocOpConverter
274 StringRef GetFuncName() const override { return kCInterfaceReportError; } in GetFuncName() function in mlir::kernel_gen::tf_framework::__anon2b9a9fac0111::ReportErrorOpConverter
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py708 def GetFuncName(i): function
711 return [GetFuncName(i) for i in range(thread.GetNumFrames())]
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py1007 def GetFuncName(i): function
1010 return list(map(GetFuncName, list(range(thread.GetNumFrames()))))
/external/libevent/
Devent_rpcgen.py158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName()))
516 def GetFuncName(self): member in Entry