Searched defs:Native (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/runtime/ |
H A D | environment.h | 32 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Trait.h | 37 Native, enumerator
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 161 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 D | PDBTypes.h | 82 Native = 1, enumerator
|
/llvm-project/llvm/unittests/Support/ |
H A D | Path.cpp | 144 constexpr int Native = is_style_posix(path::Style::native) ? 1 : 2; TEST() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 872 Native, global() enumerator
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1523 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; global() enumerator
|