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

/external/llvm/include/llvm/IR/
H A DDebugLoc.h85 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
87 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
H A DDebugInfo.h684 /// getInlinedAt - If this variable is inlined then return inline location.
685 MDNode *getInlinedAt() const;
/external/llvm/lib/IR/
H A DDebugLoc.cpp37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { function in class:DebugLoc
74 if (MDNode *InlinedAt = getInlinedAt(Ctx))
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
H A DDebugInfo.cpp151 /// getInlinedAt - If this variable is inlined then return inline location.
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); } function in class:DIVariable
1428 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1442 if (MDNode *InlinedAt = getInlinedAt()) {
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h58 const MDNode *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp59 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) {
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp447 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp434 DILocation DL(Scope->getInlinedAt());
504 assert(!Scope->getInlinedAt());
542 assert(!Scope->getInlinedAt());
565 assert((Scope->getInlinedAt() || !DS.isSubprogram()) &&
1212 else if (MDNode *IA = DV.getInlinedAt()) {
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp257 Loc.getInlinedAt(RealInst->getContext()));
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1667 if (MDNode *InlinedAt = DV.getInlinedAt()) {

Completed in 207 milliseconds