Home
last modified time | relevance | path

Searched defs:getInlinedAt (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h58 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/external/llvm/lib/IR/
DDebugLoc.cpp37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() function in DebugLoc
DDebugInfo.cpp152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); } in getInlinedAt() function in DIVariable