| /llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
| H A D | BUILD.gn | 16 "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 D | CMakeLists.txt | 43 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 D | PDB.cpp | 25 if (Type == PDB_ReaderType::Native) in loadDataForPDB() 38 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
|
| /llvm-project/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/mlir/include/mlir/TableGen/ |
| H A D | Trait.h | 37 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 D | devirt_validate_vtable_typeinfos.ll | 7 %struct.Native = type { %struct.A } 10 @_ZTS6Native = linkonce_odr constant [8 x i8] c"6Native\00"
|
| H A D | devirt_validate_vtable_typeinfos_no_rtti.ll | 7 %struct.Native = type { %struct.A }
|
| /llvm-project/llvm/lib/ |
| H A D | CMakeLists.txt | 62 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 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/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/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/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/mlir/examples/toy/Ch3/mlir/ |
| H A D | ToyCombine.td | 38 // 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 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/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/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/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/clang/cmake/caches/ |
| H A D | 3-stage.cmake | 14 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
|
| H A D | BOLT.cmake | 6 set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
|
| /llvm-project/llvm/test/CodeGen/Lanai/ |
| H A D | atomic-oversize.ll | 3 ; Native atomics are unsupported, so all are oversize.
|
| /llvm-project/llvm/test/CodeGen/MSP430/ |
| H A D | atomic-oversize.ll | 3 ; Native atomics are unsupported, so all are oversize.
|
| /llvm-project/llvm/test/CodeGen/ARC/ |
| H A D | atomic-oversize.ll | 3 ; Native atomics are unsupported, so all are oversize.
|
| /llvm-project/flang/runtime/ |
| H A D | environment.h | 32 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enumerator
|