Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugLoc.cpp41 MDLocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h61 const MDLocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h109 DILocation getInlinedAt() const { return IA; } in getInlinedAt() function