Home
last modified time | relevance | path

Searched defs:DICompileUnit (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Ddibuilder.go113 type DICompileUnit struct { struct
114 Language DwarfLang
115 File string
116 Dir string
117 Producer string
118 Optimized bool
119 Flags string
120 RuntimeVersion int
/aosp_15_r20/external/llvm/docs/
H A DLangRef.rst3941 .. _DICompileUnit: target
3943 DICompileUnit subsubsection
3966 .. _DIFile:
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1151 DICompileUnit(LLVMContext &C, StorageType Storage, unsigned SourceLanguage, in DICompileUnit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp848 DICompileUnit::DICompileUnit(LLVMContext &C, StorageType Storage, in DICompileUnit() function in DICompileUnit