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

  /external/llvm/lib/IR/
DebugLoc.cpp 37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
74 if (MDNode *InlinedAt = getInlinedAt(Ctx))
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
DebugInfo.cpp 151 /// getInlinedAt - If this variable is inlined then return inline location.
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); }
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 58 const MDNode *getInlinedAt() const { return InlinedAtLocation; }

Completed in 39 milliseconds