OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Signatures
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.h
25
// TODO: Do the uniquing of
Signatures
here instead of ObjectFileWriter?
26
std::vector<std::unique_ptr<wasm::WasmSignature>>
Signatures
;
47
Signatures
.push_back(std::move(Sig));
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangOpenCLBuiltinEmitter.cpp
21
// one of the
signatures
of "cos". The SignatureTable entry can be
27
// * Structs and enums to represent types and function
signatures
.
38
// A list of types representing function
signatures
. Each entry is an index
77
// A list of
signatures
that are shared by one or more builtin functions.
80
std::vector<std::pair<const Record *, unsigned>>
Signatures
;
123
// Compare two lists of
signatures
and check that e.g. the OpenCL version,
126
// \param SignatureList (in) List of
signatures
of the considered function.
127
// \returns true if the two lists of
signatures
are identical.
132
// Group functions with the same list of
signatures
by populating the
134
// Some builtin functions have the same list of
signatures
, for example th
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
140
ArrayRef<wasm::WasmSignature> types() const { return
Signatures
; }
276
std::vector<wasm::WasmSignature>
Signatures
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
276
std::vector<Signature>
Signatures
;
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp
199
std::vector<std::unique_ptr<wasm::WasmSignature>>
Signatures
;
273
Signatures
.push_back(std::move(Sig));
/src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp
217
SmallVector<wasm::WasmSignature, 4>
Signatures
;
266
Signatures
.clear();
309
void writeTypeSection(ArrayRef<wasm::WasmSignature>
Signatures
);
760
ArrayRef<wasm::WasmSignature>
Signatures
) {
761
if (
Signatures
.empty())
767
encodeULEB128(
Signatures
.size(), W->OS);
769
for (const wasm::WasmSignature &Sig :
Signatures
) {
1215
auto Pair = SignatureIndices.insert(std::make_pair(S,
Signatures
.size()));
1217
Signatures
.push_back(S);
1236
auto Pair = SignatureIndices.insert(std::make_pair(S,
Signatures
.size()))
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026