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 170 const MDNode *getInlinedAt() const { return InlinedAtLocation; }
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 57 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 {
767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
781 if (MDNode *InlinedAt = getInlinedAt()) {
980 if (MDNode *IA = Loc.getInlinedAt(Ctx))
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 648 /// getInlinedAt - If this variable is inlined then return inline location.
649 MDNode *getInlinedAt() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 367 DILocation DL(Scope->getInlinedAt());
401 if (Scope->getInlinedAt())
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 706 milliseconds