HomeSort by: relevance | last modified time | path
    Searched defs:Signature (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
RPCError.cpp 45 CouldNotNegotiate::CouldNotNegotiate(std::string Signature)
46 : Signature(std::move(Signature)) {}
53 OS << "Could not negotiate RPC function " << Signature;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
CVDebugRecord.h 16 struct Signature {
32 uint8_t Signature[16];
40 support::ulittle32_t Signature;
46 struct OMF::Signature Signature;
  /src/sys/external/bsd/acpica/dist/compiler/
dttemplate.c 56 char *Signature);
60 char *Signature,
65 char *Signature,
77 char *Signature,
85 * PARAMETERS: Signature - ACPI table signature
87 * RETURN: TRUE if signature is a special ACPI table
96 char *Signature)
99 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_DSDT) ||
100 ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_OSDT) |
    [all...]
dtcompile.c 318 char *Signature;
324 /* Verify that we at least have a table signature and save it */
326 Signature = DtGetFieldValue (*FieldList);
327 if (!Signature)
329 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "Expected \"%s\"", "Signature");
335 AslGbl_Signature = UtLocalCacheCalloc (strlen (Signature) + 1);
336 strcpy (AslGbl_Signature, Signature);
343 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_FACS))
354 else if (ACPI_VALIDATE_RSDP_SIG (Signature))
359 else if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_S3PT)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
PCHContainerOperations.h 30 ASTFileSignature Signature;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InfoStreamBuilder.h 40 // PDB GUID and as Signature. The age is always 1.
51 Optional<uint32_t> getSignature() const { return Signature; }
66 Optional<uint32_t> Signature;
ModuleDebugStream.h 40 uint32_t signature() const { return Signature; } function in class:llvm::pdb::ModuleDebugStreamRef
75 uint32_t Signature;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipart.h 58 UINT16 Signature;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 46 UINTN Signature;
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 25 UINTN Signature;
84 FHand->Signature = SIMPLE_READ_SIGNATURE;
312 ASSERT (FHand->Signature == SIMPLE_READ_SIGNATURE);
355 ASSERT (FHand->Signature == SIMPLE_READ_SIGNATURE);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloatInfo.h 40 FuncSignature Signature;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.cpp 151 auto Signature = Symbol.getSignature();
152 if (!Signature) {
161 auto ReturnType = Signature->getReturnType();
166 CallingConvention CC = Signature->getCallingConvention();
173 << Signature->getCallingConvention() << " ";
195 if (Signature->isCVarArgs())
PdbYaml.h 57 uint32_t Signature = 0;
65 uint32_t Signature;
  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
acpixtract.h 95 UINT32 Signature;
121 char *Signature,
139 char *Signature);
144 char *Signature);
148 char *Signature);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu8.h 46 uint32_t Signature;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugInlineeLinesSubsection.h 84 InlineeLinesSignature Signature;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 101 uint64_t Signature;
113 uint64_t getSignature() const { return Signature; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFGdbIndex.cpp 146 uint64_t Signature = Data.getU64(&Offset);
147 TuList[I] = {CuOffset, TypeOffset, Signature};
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osbsdtbl.c 67 char *Signature,
76 char *Signature,
115 char Signature[4];
186 * PARAMETERS: Signature - ACPI Signature for desired table. Must be
195 * AE_NOT_FOUND: A table with the signature was not found
197 * NOTE: Assumes the input signature is uppercase.
203 char *Signature,
214 !ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_SSDT) &&
215 !ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_UEFI)
    [all...]
oswintbl.c 172 char *Signature;
188 Signature = malloc (ACPI_NAMESEG_SIZE + 1);
189 if (!Signature)
194 Signature = memmove (Signature, &Gbl_AvailableTableSignatures[Index], ACPI_NAMESEG_SIZE);
201 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_SSDT))
211 Status = AcpiOsGetTableByName (Signature, CurrentInstance, Table, Address);
217 ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_SSDT))
223 free (Signature);
292 * PARAMETERS: Signature - ACPI Signature for desired table. Must b
    [all...]
  /src/sys/arch/cesfic/cesfic/
eeprom.c 78 #define Signature u.uSignature
90 #define SIGNATURE (('D'<<24) + ('a'<<16) + ('t'<<8) + 'a')
116 if (data->Signature != SIGNATURE)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 250 // PCH files don't have a signature field in the control block,
254 uint64_t Signature =
255 Buffer->Signature ? Buffer->Signature.truncatedValue() : ~1ULL;
257 Builder->getModuleDebugInfo()->setDwoId(Signature);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 425 char Signature[6];
426 if (Error Err = tryRead(Signature[0], 8))
428 if (Error Err = tryRead(Signature[1], 8))
432 if (Signature[0] == 'C' && Signature[1] == 'P') {
433 if (Error Err = tryRead(Signature[2], 8))
435 if (Error Err = tryRead(Signature[3], 8))
437 if (Signature[2] == 'C' && Signature[3] == 'H')
439 } else if (Signature[0] == 'D' && Signature[1] == 'I')
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 82 auto Signature = signatureFromMVTs(ResultMVTs, ParamMVTs);
86 F, EnableEmException || EnableEmSjLj, Signature.get(), InvokeDetected);
87 WasmSym->setSignature(Signature.get());
88 Printer.addSignature(std::move(Signature));
120 // We can't confirm its signature index for now because there can be
140 auto Signature =
142 WasmSym->setSignature(Signature.get());
143 Printer.addSignature(std::move(Signature));
197 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns),
201 WasmSym->setSignature(Signature.get())
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOpenCLBuiltinEmitter.cpp 23 // many OpenCL builtins share the same signature.
40 // signature, where the first entry is the return type and subsequent
124 // function attributes, and extension are equal for each signature.
147 // A signature is stored as a list of indexes of the TypeTable.
151 // 15, 2, 15 can represent a function with the signature:
161 // This means that the signature of this convert_float2_rtn overload has
178 // function. Each pair consists of a signature and a cumulative index.
190 // cumulative index of the associated signature in the SignaturesList>
195 // ptrToPrototype1 has the following signature: <double, double>
218 // cos | sin | Signature | Inde
    [all...]

Completed in 106 milliseconds

1 2 3 4