Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp163 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), global() variable
311 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h82 Native = 1, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp872 Native, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1524 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; enumerator