Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp41 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h63 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h383 llvm::MDNode *getInlinedAt() const { return CurInlinedAt; } in getInlinedAt() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h87 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp117 const DILocation *getInlinedAt() const { return this->second; } in getInlinedAt() function