Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/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
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h36 class DICompileUnit; variable