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

/external/llvm/lib/VMCore/
H A DDebugLoc.cpp37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { function in class:DebugLoc
139 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
H A DDebugInfo.cpp122 /// getInlinedAt - If this variable is inlined then return inline location.
123 MDNode *DIVariable::getInlinedAt() const { function in class:DIVariable
837 if (MDNode *IA = Loc.getInlinedAt(Ctx))
1146 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1160 if (MDNode *InlinedAt = getInlinedAt()) {
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h174 const MDNode *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope

Completed in 100 milliseconds