/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPythonInterface.h | 299 template <typename T> T Transform(T object) { Transform() function 304 python::PythonObject Transform(bool arg) { Transform() function 309 python::PythonObject Transform(Status arg) { Transform() function 313 python::PythonObject Transform(const StructuredDataImpl &arg) { Transform() function 317 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) { Transform() function 321 python::PythonObject Transform(lldb::ProcessSP arg) { Transform() function 325 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) { Transform() function 329 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) { Transform() function 333 python::PythonObject Transform(lldb::DataExtractorSP arg) { Transform() function [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectTransformLayer.h | 39 void setTransform(TransformFunction Transform) { in setTransform() 45 TransformFunction Transform; variable
|
H A D | IRTransformLayer.h | 35 void setTransform(TransformFunction Transform) { in setTransform() 49 TransformFunction Transform; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 269 Transform); in parallelTransformReduce() argument 171 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument 241 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 157 const std::string Transform; member in __anon7ae424ca0211::PatternRewriteDescriptor 329 std::string Transform; in parseRewriteFunctionDescriptor() local 398 std::string Transform; parseRewriteGlobalVariableDescriptor() local 461 std::string Transform; parseRewriteGlobalAliasDescriptor() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IRTransformLayer.cpp | 16 TransformFunction Transform) in IRTransformLayer()
|
H A D | ObjectTransformLayer.cpp | 21 TransformFunction Transform) in ObjectTransformLayer()
|
/freebsd-src/sbin/ipf/ipftest/ |
H A D | md5.c | 199 static void Transform (UINT4 *buf, UINT4 *in) in Transform() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 1298 TransformDFA Transform(&SwitchPaths, DT, AC, TTI, ORE, EphValues); run() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 2696 ConvertConstructorToDeductionGuideTransform Transform( DeclareImplicitDeductionGuideFromInitList() local 2735 ConvertConstructorToDeductionGuideTransform Transform( DeclareImplicitDeductionGuides() local
|
H A D | SemaExprCXX.cpp | 8747 ExprResult Transform(Expr *E) { Transform() function in __anona1ef79991311::TransformTypos
|
H A D | SemaOpenMP.cpp | 9809 __anon265630163f02(OMPLoopTransformationDirective *Transform) checkOpenMPLoop() argument 14949 __anon265630164c02(OMPLoopBasedDirective *Transform) checkTransformableLoopNest() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5048 matchDoublePermute(const SmallVectorImpl<int> & Bytes,const Permute & P,SmallVectorImpl<int> & Transform) matchDoublePermute() argument 5069 matchDoublePermute(const SmallVectorImpl<int> & Bytes,SmallVectorImpl<int> & Transform) matchDoublePermute() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6535 bool Transform = Op3Reg == Op4Reg; tryConvertingToTwoOperandForm() local 10534 bool Transform = DestReg == Inst.getOperand(1).getReg(); processInstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 536 std::string_view Transform; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3993 bool Transform = false; foldSelectICmp() local [all...] |