Searched defs:DebugLoc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDebugLoc.h1 //===---- llvm/Support/DebugLoc.h - Debug Location Information --*- C++ -*-===//
23 /// DebugLoc - Debug location id. This is carried by Instruction, SDNode,
26 class DebugLoc { class in namespace:llvm
27 friend struct DenseMapInfo<DebugLoc>;
30 /// not equal to the tombstone key or DebugLoc().
31 static DebugLoc getEmptyKey() {
32 DebugLoc DL;
38 /// is not equal to the empty key or DebugLoc().
39 static DebugLoc getTombstoneKey() {
40 DebugLoc D
54 DebugLoc() : LineCol(0), ScopeIdx(0) {} // Defaults to unknown. function in class:llvm::DebugLoc
[all...]

Completed in 56 milliseconds