HomeSort by relevance Sort by last modified time
    Searched defs:Naked (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 32 // + Naked (boolean, whether the function is undecorated)
102 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked)
103 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S),
307 bool Naked = false;
344 } else if (KeyValue.equals("naked")) {
348 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1";
364 DL->push_back(new ExplicitRewriteFunctionDescriptor(Source, Target, Naked));
425 /*Naked*/false));
487 /*Naked*/false));
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 60 const Attributes Naked = 1<<24; ///< Naked function
94 NoRedZone | NoImplicitFloat | Naked | InlineHint | StackAlignment |
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 106 | Naked
791 | Attribute.Naked -> Int32.shift_left 1l 24
829 checkattr Attribute.Naked;
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 218 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 216 Naked = 0x00000080,

Completed in 504 milliseconds