HomeSort by relevance Sort by last modified time
    Searched defs:getInlinedAt (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/VMCore/
DebugLoc.cpp 36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 170 const MDNode *getInlinedAt() const { return InlinedAtLocation; }
  /external/llvm/lib/Analysis/
DebugInfo.cpp 122 /// getInlinedAt - If this variable is inlined then return inline location.
123 MDNode *DIVariable::getInlinedAt() const {
767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
781 if (MDNode *InlinedAt = getInlinedAt()) {
980 if (MDNode *IA = Loc.getInlinedAt(Ctx))
    [all...]

Completed in 28 milliseconds