Searched refs:getInlinedAt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDebugLoc.h82 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
84 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
/macosx-10.10.1/llvmCore-3425.0.34/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()) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DLexicalScopes.h174 const MDNode *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-dis/
H A Dllvm-dis.cpp58 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DInlineFunction.cpp444 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
471 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp485 DILocation DL(Scope->getInlinedAt());
529 if (Scope->getInlinedAt())
1054 if (MDNode *IA = DV.getInlinedAt())
1249 if (MDNode *InlinedAt = DL.getInlinedAt(Ctx))
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineInstr.cpp1519 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1727 if (MDNode *InlinedAt = DV.getInlinedAt()) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDebugInfo.h655 /// getInlinedAt - If this variable is inlined then return inline location.
656 MDNode *getInlinedAt() const;

Completed in 282 milliseconds