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

  /external/llvm/include/llvm/Support/
DebugLoc.h 82 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
84 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
  /external/llvm/lib/IR/
DebugLoc.cpp 37 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
139 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
DebugInfo.cpp 166 /// getInlinedAt - If this variable is inlined then return inline location.
167 MDNode *DIVariable::getInlinedAt() const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 171 const MDNode *getInlinedAt() const { return InlinedAtLocation; }
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 58 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 444 if (MDNode *IA = DL.getInlinedAt(Ctx)) {
471 MDNode *InlinedAt = BI->getDebugLoc().getInlinedAt(Ctx);
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 583 /// getInlinedAt - If this variable is inlined then return inline location.
584 MDNode *getInlinedAt() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 534 DILocation DL(Scope->getInlinedAt());
554 if (!Scope->getInlinedAt() && DS.isSubprogram() && Scope->isAbstractScope() &&
584 if (Scope->getInlinedAt())
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 76 milliseconds