Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp39 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h62 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h454 llvm::MDNode *getInlinedAt() const { return CurInlinedAt; } in getInlinedAt() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h86 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2012 DILocation *getInlinedAt() const { in getInlinedAt() function