Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRnglists.cpp155 uint64_t &CurrentBase, DIDumpOptions DumpOpts) const { in dump() argument
184 CurrentBase = Value0; in dump()
195 DWARFAddressRange(Value0 + CurrentBase, Value1 + CurrentBase) in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRnglists.h38 uint64_t &CurrentBase, DIDumpOptions DumpOpts) const;
DDWARFListTable.h249 uint64_t CurrentBase = 0; in dump() local
252 Entry.dump(OS, getAddrSize(), MaxEncodingStringLength, CurrentBase, in dump()
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp561 Value *CurrentBase = Checks.front().getBase(); in combineRangeChecks() local
567 return RC.getBase() == CurrentBase && RC.getLength() == CurrentLength; in combineRangeChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp616 Value *CurrentBase = Checks.front().getBase(); in combineRangeChecks() local
622 return RC.getBase() == CurrentBase && RC.getLength() == CurrentLength; in combineRangeChecks()