HomeSort by: relevance | last modified time | path
    Searched refs:TargetIndexLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 24 struct TargetIndexLocation {
28 TargetIndexLocation() = default;
29 TargetIndexLocation(unsigned Idx, int64_t Offset)
32 bool operator==(const TargetIndexLocation &Other) const {
63 TargetIndexLocation TIL;
75 DbgValueLocEntry(TargetIndexLocation Loc)
89 TargetIndexLocation getTargetIndexLocation() const { return TIL; }
DwarfCompileUnit.cpp 797 TargetIndexLocation Loc = Entry.getTargetIndexLocation();
798 // TODO TargetIndexLocation is a target-independent. Currently only the
DwarfDebug.cpp 248 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset())));
2529 TargetIndexLocation Loc = Entry.getTargetIndexLocation();
2530 // TODO TargetIndexLocation is a target-independent. Currently only the

Completed in 66 milliseconds