Home
last modified time | relevance | path

Searched refs:ModuleSignature (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DCompilerInvocation.cpp1574 class ModuleSignature { class
1580 ModuleSignature() : CurBit(0), CurValue(0) { } in ModuleSignature() function in __anon48f3f0460111::ModuleSignature
1590 void ModuleSignature::add(uint64_t Value, unsigned int NumBits) { in add()
1607 void ModuleSignature::flush() { in flush()
1616 void ModuleSignature::add(StringRef Value) { in add()
1621 llvm::APInt ModuleSignature::getAsInteger() const { in getAsInteger()