Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Denvironment.h28 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DTrait.h37 Native, enumerator
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp163 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
311 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h82 Native = 1, enumerator
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp144 constexpr int Native = is_style_posix(path::Style::native) ? 1 : 2; in TEST() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp873 Native, enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h491 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; enumerator