Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h42 class DIType; variable
H A DDebugInfo.h54 class DIType; variable
333 friend class DIType; variable
457 explicit DIBasicType(const MDNode *N = nullptr) : DIType(N) {} in DIType() function
473 explicit DIDerivedType(const MDNode *N = nullptr) : DIType(N) {} in DIType() function