Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h154 const ArrayRef<DbgValueLocEntry> getLocEntries() const { in getLocEntries() function
H A DDwarfDebug.cpp2497 assert(Value.getLocEntries().size() == 1); in emitDebugLocValue()
2498 assert(Value.getLocEntries()[0].isLocation()); in emitDebugLocValue()
2499 MachineLocation Location = Value.getLocEntries()[0].getLoc(); in emitDebugLocValue()
2559 if (!EmitValueLocEntry(Value.getLocEntries()[0], ExprCursor)) in emitDebugLocValue()
2567 if (any_of(Value.getLocEntries(), [](const DbgValueLocEntry &Entry) { in emitDebugLocValue()
2576 return EmitValueLocEntry(Value.getLocEntries()[Idx], Cursor); in emitDebugLocValue()
H A DDwarfCompileUnit.cpp735 const DbgValueLocEntry *Entry = DVal->getLocEntries().begin(); in constructVariableDIEImpl()
769 if (any_of(DVal->getLocEntries(), [](const DbgValueLocEntry &Entry) { in constructVariableDIEImpl()
811 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in constructVariableDIEImpl()