Searched defs:DebugLoc (Results 1 – 8 of 8) sorted by relevance
38 DebugLoc() {} in DebugLoc() function39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
35 class DebugLoc; variable
18 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc19 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
387 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
152 llvm::Value *DebugLoc; member
285 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
1197 DebugLoc /*dl*/, SelectionDAG &/*DAG*/, in LowerFormalArguments() argument1243 DebugLoc /*dl*/, SelectionDAG &/*DAG*/, in LowerCall() argument1275 DebugLoc /*dl*/, SelectionDAG &/*DAG*/) const { in LowerReturn() argument
829 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()