| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
| H A D | BUILD.gn | 19 "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 D | CMakeLists.txt | 47 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 D | PDB.cpp | 25 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 D | NativeSessionTest.cpp | 47 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 D | NativeSymbolReuseTest.cpp | 35 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 D | Trait.h | 37 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 D | CMakeLists.txt | 56 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 D | type-server-no-dbi.test | 6 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 D | rewrite.pdll | 10 // CHECK: `-UserRewriteDecl {{.*}} Name<Foo> ResultType<Tuple<>> Code< /* Native Code */ > 11 Rewrite Foo() [{ /* Native Code */ }];
|
| H A D | constraint.pdll | 10 // 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 D | ToyCombine.td | 37 // 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 D | ToyCombine.td | 37 // 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 D | ToyCombine.td | 37 // 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 D | ToyCombine.td | 37 // 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 D | ToyCombine.td | 37 // 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 D | README.md | 25 -DLLVM_TARGETS_TO_BUILD=Native \ 37 -DLLVM_TARGETS_TO_BUILD="Native;NVPTX;AMDGPU" \
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | LLVM-Build.cmake | 14 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 D | 3-stage.cmake | 14 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
|
| H A D | HLSL.cmake | 3 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
|
| H A D | PGO.cmake | 7 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | environment.h | 28 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
|
| H A D | environment.cpp | 28 return Convert::Native; in GetConvertFromString()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 369 "Native size estimator is not present.");
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Trait.cpp | 37 return Trait(Kind::Native, def); in create()
|
| /llvm-project-15.0.7/mlir/tools/mlir-linalg-ods-gen/ |
| H A D | CMakeLists.txt | 18 STRING "Native mlir-linalg-ods-yaml-gen executable. Saves building one when cross-compiling.")
|