Searched refs:getLo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h164 int64_t getLo() const { return getInt64Field(1); } function in class:llvm::DISubrange
/external/llvm/lib/IR/
H A DDebugInfo.cpp1268 OS << " [" << getLo() << ", " << Count - 1 << ']';
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1706 int64_t LowerBound = SR.getLo();

Completed in 79 milliseconds