Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h242 explicit DIEInteger(uint64_t I) : DIEValue(isInteger), Integer(I) {} in DIEInteger() function
270 static bool classof(const DIEInteger *) { return true; } in classof()
/external/llvm/include/llvm/CodeGen/
DDIE.h113 explicit DIEInteger(uint64_t I) : Integer(I) {} in DIEInteger() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h167 explicit DIEInteger(uint64_t I) : Integer(I) {} in DIEInteger() function