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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 16 #include "llvm/DebugInfo/PDB/Native/RawTypes.h"
79 /// of PDB_ReaderType::DIA is currently supported, but Native is in the works.
82 Native = 1,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 869 /// The 'native' strategy is to use the architecture's provided
871 Native,
999 // We can never access structs with object members with a native
1035 // Otherwise, we can use native loads and stores.
1036 Kind = Native;
1140 case PropertyImplStrategy::Native: {
1421 case PropertyImplStrategy::Native: {
2222 // We have Native ARC, so set nonlazybind attribute for performance
2808 // We have Native ARC, so set nonlazybind attribute for performance

Completed in 83 milliseconds