Searched defs:FunctionSig (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp340 InsertItemWithTag(PDB_SymType::FunctionSig); variable
402 VerifyDyncast<PDBSymbolTypeFunctionSig>(PDB_SymType::FunctionSig);
/external/v8/src/wasm/
H A Dwasm-opcodes.cc13 typedef Signature<LocalType> FunctionSig; typedef in namespace:v8::internal::wasm
53 std::ostream& operator<<(std::ostream& os, const FunctionSig& sig) {
73 static const FunctionSig kSig_##name( \
80 static const FunctionSig* kSimpleExprSigs[] = {
85 static const FunctionSig* kSimdExprSigs[] = {
123 FunctionSig* Signature(WasmOpcode opcode) const {
124 return const_cast<FunctionSig*>(
127 FunctionSig* AsmjsSignature(WasmOpcode opcode) const {
128 return const_cast<FunctionSig*>(
131 FunctionSig* SimdSignatur
[all...]
H A Dwasm-opcodes.h41 typedef Signature<LocalType> FunctionSig; typedef in namespace:v8::internal::wasm
42 std::ostream& operator<<(std::ostream& os, const FunctionSig& function);
532 static FunctionSig* Signature(WasmOpcode opcode);
533 static FunctionSig* AsmjsSignature(WasmOpcode opcode);
534 static FunctionSig* AtomicSignature(WasmOpcode opcode);
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h182 FunctionSig, member in class:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_SymType

Completed in 125 milliseconds