HomeSort by relevance Sort by last modified time
    Searched refs:getInlinedAt (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/IR/
DebugLoc.h 85 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
87 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
DebugInfo.h 684 /// getInlinedAt - If this variable is inlined then return inline location.
685 MDNode *getInlinedAt() const;
    [all...]
  /external/llvm/lib/IR/
DebugLoc.cpp 37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
74 if (MDNode *InlinedAt = getInlinedAt(Ctx))
160 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
183 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
DebugInfo.cpp 151 /// getInlinedAt - If this variable is inlined then return inline location.
152 MDNode *DIVariable::getInlinedAt() const { return getNodeField(DbgNode, 7); }
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 58 const MDNode *getInlinedAt() const { return InlinedAtLocation; }
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 59 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 447 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
480 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 434 DILocation DL(Scope->getInlinedAt());
504 assert(!Scope->getInlinedAt());
542 assert(!Scope->getInlinedAt());
565 assert((Scope->getInlinedAt() || !DS.isSubprogram()) &&
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 257 Loc.getInlinedAt(RealInst->getContext()));
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 144 milliseconds