Home
last modified time | relevance | path

Searched defs:FunctionSig (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/wasm/
Dwasm-import-wrapper-cache.h21 using FunctionSig = Signature<ValueType>; variable
Dvalue-type.h514 using FunctionSig = Signature<ValueType>; variable
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp159 if (auto *FunctionSig = in tryDumpFunctionPointer() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp152 for (const auto &FunctionSig : Obj.types()) { in dump() local
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h182 FunctionSig, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h193 FunctionSig, enumerator
/external/v8/src/compiler/
Dwasm-compiler.cc6517 bool QualifiesForFastTransform(const wasm::FunctionSig*) { in QualifiesForFastTransform()