Home
last modified time | relevance | path

Searched defs:DIEValue (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h112 class DIEValue; variable
213 explicit DIEValue(unsigned T) : Type(T) {} in DIEValue() function
228 static bool classof(const DIEValue *) { return true; } in classof()
/external/llvm/include/llvm/CodeGen/
DDIE.h358 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) { in DIEValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h420 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) { in DIEValue() function