Home
last modified time | relevance | path

Searched refs:Native (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn16 "Native/DbiModuleDescriptor.cpp",
17 "Native/DbiModuleDescriptorBuilder.cpp",
18 "Native/DbiModuleList.cpp",
19 "Native/DbiStream.cpp",
20 "Native/DbiStreamBuilder.cpp",
21 "Native/EnumTables.cpp",
22 "Native/FormatUtil.cpp",
23 "Native/GSIStreamBuilder.cpp",
24 "Native/GlobalsStream.cpp",
25 "Native/Hash.cpp",
[all …]
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt43 add_pdb_impl_folder(Native
44 Native/DbiModuleDescriptor.cpp
45 Native/DbiModuleDescriptorBuilder.cpp
46 Native/DbiModuleList.cpp
47 Native/DbiStream.cpp
48 Native/DbiStreamBuilder.cpp
49 Native/EnumTables.cpp
50 Native/FormatUtil.cpp
51 Native/GlobalsStream.cpp
52 Native/Hash.cpp
[all …]
H A DPDB.cpp25 if (Type == PDB_ReaderType::Native) in loadDataForPDB()
38 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DNativeSessionTest.cpp47 Error E = pdb::loadDataForEXE(PDB_ReaderType::Native, getExePath(), S); in TEST()
56 Error E = pdb::loadDataForEXE(PDB_ReaderType::Native, getExePath(), S); in TEST()
81 Error E = pdb::loadDataForEXE(PDB_ReaderType::Native, getExePath(), S); in TEST()
H A DNativeSymbolReuseTest.cpp35 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
62 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
104 Error E = pdb::loadDataForPDB(PDB_ReaderType::Native, InputsDir, S); in TEST()
/llvm-project/mlir/include/mlir/TableGen/
H A DTrait.h37 Native, enumerator
79 static bool classof(const Trait *t) { return t->getKind() == Kind::Native; } in classof()
/llvm-project/lld/test/ELF/lto/Inputs/
H A Ddevirt_validate_vtable_typeinfos.ll7 %struct.Native = type { %struct.A }
10 @_ZTS6Native = linkonce_odr constant [8 x i8] c"6Native\00"
H A Ddevirt_validate_vtable_typeinfos_no_rtti.ll7 %struct.Native = type { %struct.A }
/llvm-project/llvm/lib/
H A DCMakeLists.txt62 add_llvm_component_group(Native LINK_COMPONENTS ${LLVM_NATIVE_ARCH})
65 add_llvm_component_group(Native)
/llvm-project/mlir/test/mlir-pdll/Parser/
H A Drewrite.pdll10 // CHECK: `-UserRewriteDecl {{.*}} Name<Foo> ResultType<Tuple<>> Code< /* Native Code */ >
11 Rewrite Foo() [{ /* Native Code */ }];
H A Dconstraint.pdll10 // CHECK: `-UserConstraintDecl {{.*}} Name<Foo> ResultType<Tuple<>> Code< /* Native Code */ >
11 Constraint Foo() [{ /* Native Code */ }];
/llvm-project/llvm/test/tools/llvm-pdbutil/
H A Dtype-server-no-dbi.test6 NO-DBI-NOT: Native PDB Error: The specified stream could not be loaded.
41 NO-DBI-YAML-NOT: Native PDB Error: The specified stream could not be loaded.
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DToyCombine.td37 // Pattern-Match and Rewrite using Native Code Call
40 // Native Code Calls may be used for more complex transformations using inline
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DToyCombine.td37 // Pattern-Match and Rewrite using Native Code Call
40 // Native Code Calls may be used for more complex transformations using inline
/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DToyCombine.td38 // Pattern-Match and Rewrite using Native Code Call
41 // Native Code Calls may be used for more complex transformations using inline
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DToyCombine.td37 // Pattern-Match and Rewrite using Native Code Call
40 // Native Code Calls may be used for more complex transformations using inline
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DToyCombine.td37 // Pattern-Match and Rewrite using Native Code Call
40 // Native Code Calls may be used for more complex transformations using inline
/llvm-project/mlir/utils/clang-tidy/
H A DREADME.md25 -DLLVM_TARGETS_TO_BUILD=Native \
37 -DLLVM_TARGETS_TO_BUILD="Native;NVPTX;AMDGPU" \
/llvm-project/llvm/cmake/modules/
H A DLLVM-Build.cmake14 foreach(llvm_component all-targets Engine Native NativeCodeGen ${LLVM_TARGETS_TO_BUILD})
90 set_property(TARGET Engine APPEND PROPERTY LLVM_LINK_COMPONENTS "MCJIT" "Native")
/llvm-project/clang/cmake/caches/
H A D3-stage.cmake14 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
H A DBOLT.cmake6 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
/llvm-project/llvm/test/CodeGen/Lanai/
H A Datomic-oversize.ll3 ; Native atomics are unsupported, so all are oversize.
/llvm-project/llvm/test/CodeGen/MSP430/
H A Datomic-oversize.ll3 ; Native atomics are unsupported, so all are oversize.
/llvm-project/llvm/test/CodeGen/ARC/
H A Datomic-oversize.ll3 ; Native atomics are unsupported, so all are oversize.
/llvm-project/flang/runtime/
H A Denvironment.h32 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator

123