Home
last modified time | relevance | path

Searched defs:Native (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp161 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
307 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h82 Native = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp871 Native, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h490 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; enumerator