Home
last modified time | relevance | path

Searched refs:includePath (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddimodule.ll12 ; CHECK: !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
13 !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
17 ; CHECK: !3 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
18 !4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", ap…
/llvm-project-15.0.7/llvm/test/tools/dsymutil/Inputs/
H A Dswift-interface.s24 ##; !5 = !DIModule(scope: null, name: "Foo", includePath: "/Foo/x86_64.swiftinterface")
26 ##; !7 = !DIModule(scope: null, name: "Swift", includePath: "/SDK/Swift.swiftmodule/x86_64.swiftint…
28 ##; !9 = !DIModule(scope: null, name: "Foundation", includePath: "/SDK/Foundation.swiftmodu
/llvm-project-15.0.7/llvm/test/Bitcode/
H A DDIModule-clang-module.ll3 ; CHECK: DIModule(scope: null, name: "DebugModule", configMacros: "-DMODULES=0", includePath: "/", …
19 !5 = !DIModule(scope: null, name: "DebugModule", configMacros: "-DMODULES=0", includePath: "/", api…
/llvm-project-15.0.7/clang/test/Modules/
H A Ddebug-info-moduleimport.m27 // CHECK-SAME: includePath: "{{.*}}test{{.*}}Modules{{.*}}Inputs"
42 // SKEL-CHECK: includePath: "/SRCDIR/Inputs"
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll42 !8 = !DIModule(scope: !9, name: "SubModule", includePath: "")
43 !9 = !DIModule(scope: null, name: "CModule", includePath: "")
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInvocation.cpp430 llvm::SmallString<128> includePath; in getOpenMPHeadersDir() local
431 includePath.assign(llvm::sys::fs::getMainExecutable(nullptr, nullptr)); in getOpenMPHeadersDir()
432 llvm::sys::path::remove_filename(includePath); in getOpenMPHeadersDir()
433 includePath.append("/../include/flang/OpenMP/"); in getOpenMPHeadersDir()
434 return std::string(includePath); in getOpenMPHeadersDir()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A DDIModuleContext.ll28 !8 = !DIModule(scope: null, name: "Module", includePath: ".")
H A Dclang-module.ll27 !5 = !DIModule(scope: null, name: "Foo", includePath: ".")
H A DDIModule.ll26 !5 = !DIModule(scope: null, name: "DebugModule", configMacros: "-DMODULES=0", includePath: "/llvm/t…
H A Dsdag-combine.ll48 !11 = !DIModule(scope: null, name: "Swift", includePath: "/Xcode.app/Contents/Developer/Platforms/M…
/llvm-project-15.0.7/llvm/test/Bindings/llvm-c/
H A Ddebug_info.ll32 ; CHECK-NEXT: !5 = !DIModule(scope: null, name: "llvm-c-test", includePath: "/test/include/llvm-c-t…
48 ; CHECK-NEXT: !21 = !DIModule(scope: null, name: "llvm-c-test-import", includePath: "/test/include/…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dload-combine-dbg.ll27 !2 = !DIModule(scope: null, name: "test", includePath: "")
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dswift-dwarf-loc.test24 !6 = !DIModule(scope: null, name: "foo", includePath: "")
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Ddwarf-size-field-overflow.test33 !6 = !DIModule(scope: null, name: "dag", includePath: "/")
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dcoro-debug-dbg.addr-swift.ll332 !6 = !DIModule(scope: null, name: "Swift", includePath: "/Volumes/Data/work/solon/build/Ninja+cmark…
334 !8 = !DIModule(scope: null, name: "_Concurrency", includePath: "/Volumes/Data/work/solon/build/Ninj…
336 !10 = !DIModule(scope: null, name: "SwiftOnoneSupport", includePath: "/Volumes/Data/work/solon/buil…
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp5015 OPTIONAL(includePath, MDStringField, ); \ in parseDIModule()
5024 configMacros.Val, includePath.Val, in parseDIModule()