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

/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h58 const MDNode *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope
/external/llvm/lib/IR/
H A DDebugLoc.cpp37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { function in class:DebugLoc
74 if (MDNode *InlinedAt = getInlinedAt(Ctx))
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
H A DDebugInfo.cpp151 /// getInlinedAt - If this variable is inlined then return inline location.
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); } function in class:DIVariable
1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1442 if (MDNode *InlinedAt = getInlinedAt()) {

Completed in 80 milliseconds