HomeSort by: relevance | last modified time | path
    Searched defs:manifest (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libfido2/dist/fuzz/
fuzz_hid.c 176 manifest(const struct param *p) function
223 manifest(p);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 25 // manifest the information. The Attributor allows to query in-flight abstract
60 // manifest their result in the IR for passes to come.
1185 // If this is queried in the manifest stage, we force the AA to indicate
1187 if (Phase == AttributorPhase::MANIFEST) {
1270 // Register AA with the synthetic root only before the manifest stage.
1717 /// Uses we replace with a new value after manifest is done. We will remove
1721 /// Instructions we replace with `unreachable` insts after manifest is done.
1732 MANIFEST,
1739 /// Functions, blocks, and instructions we delete after manifest is done.
2207 /// IRAttribute::manifest is defined in the Attributor.cpp
2386 virtual ChangeStatus manifest(Attributor &A) { function in struct:AbstractAttribute
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 43 "attributor-manifest-internal", cl::Hidden,
44 cl::desc("Manifest Attributor internal string attributes."),
814 /// If there is a unique returned value R, the manifest method will:
875 /// See AbstractAttribute::manifest(...).
876 ChangeStatus manifest(Attributor &A) override;
936 ChangeStatus AAReturnedValuesImpl::manifest(Attributor &A) { function in class:__anon5305::AAReturnedValuesImpl
944 // Check if we have an assumed unique return value that we could manifest.
968 Changed = IRAttribute::manifest(A);
1583 ChangeStatus manifest(Attributor &A) override {
2151 ChangeStatus manifest(Attributor &A) override
    [all...]

Completed in 32 milliseconds