Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn19 "Native/DbiStream.cpp",
21 "Native/EnumTables.cpp",
22 "Native/FormatUtil.cpp",
25 "Native/Hash.cpp",
26 "Native/HashTable.cpp",
27 "Native/InfoStream.cpp",
30 "Native/InputFile.cpp",
31 "Native/LinePrinter.cpp",
58 "Native/PDBFile.cpp",
63 "Native/RawError.cpp",
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt47 Native/DbiStream.cpp
49 Native/EnumTables.cpp
50 Native/FormatUtil.cpp
52 Native/Hash.cpp
53 Native/HashTable.cpp
54 Native/InfoStream.cpp
57 Native/InputFile.cpp
58 Native/LinePrinter.cpp
85 Native/PDBFile.cpp
91 Native/RawError.cpp
[all …]
H A DPDB.cpp25 if (Type == PDB_ReaderType::Native) in loadDataForPDB()
38 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
/llvm-project-15.0.7/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-15.0.7/mlir/include/mlir/TableGen/
H A DTrait.h37 Native, enumerator
71 static bool classof(const Trait *t) { return t->getKind() == Kind::Native; } in classof()
/llvm-project-15.0.7/llvm/lib/
H A DCMakeLists.txt56 add_llvm_component_group(Native LINK_COMPONENTS ${LLVM_NATIVE_ARCH})
59 add_llvm_component_group(Native)
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/mlir/examples/toy/Ch3/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/mlir/utils/clang-tidy/
H A DREADME.md25 -DLLVM_TARGETS_TO_BUILD=Native \
37 -DLLVM_TARGETS_TO_BUILD="Native;NVPTX;AMDGPU" \
/llvm-project-15.0.7/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-15.0.7/clang/cmake/caches/
H A D3-stage.cmake14 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
H A DHLSL.cmake3 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
H A DPGO.cmake7 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
/llvm-project-15.0.7/flang/runtime/
H A Denvironment.h28 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
H A Denvironment.cpp28 return Convert::Native; in GetConvertFromString()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp369 "Native size estimator is not present.");
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DTrait.cpp37 return Trait(Kind::Native, def); in create()
/llvm-project-15.0.7/mlir/tools/mlir-linalg-ods-gen/
H A DCMakeLists.txt18 STRING "Native mlir-linalg-ods-yaml-gen executable. Saves building one when cross-compiling.")

123