Searched defs:Naked (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp32 // + Naked (boolean, whether the function is undecorated)
103 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) argument
104 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S),
308 bool Naked = false; local
349 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1";
365 DL->push_back(new ExplicitRewriteFunctionDescriptor(Source, Target, Naked));
426 /*Naked*/false));
488 /*Naked*/false));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml106 | Naked Constructor in type:Attribute/t
767 | Attribute.Naked -> Int32.shift_left 1l 24
805 checkattr Attribute.Naked;

Completed in 95 milliseconds