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 83 /// getInlinedAt - This returns the InlinedAt pointer for this DebugLoc, or
85 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
  /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/VMCore/
DebugLoc.cpp 36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
  /external/llvm/lib/Analysis/
DebugInfo.cpp 122 /// getInlinedAt - If this variable is inlined then return inline location.
123 MDNode *DIVariable::getInlinedAt() const {
832 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
846 if (MDNode *InlinedAt = getInlinedAt()) {
1045 if (MDNode *IA = Loc.getInlinedAt(Ctx))
    [all...]
  /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/Analysis/
DebugInfo.h 678 /// getInlinedAt - If this variable is inlined then return inline location.
679 MDNode *getInlinedAt() const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 446 DILocation DL(Scope->getInlinedAt());
485 if (Scope->getInlinedAt())
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 149 milliseconds