Home
last modified time | relevance | path

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

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