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

  /external/llvm/lib/IR/
DebugLoc.cpp 40 DILocation *DebugLoc::getInlinedAt() const {
42 return get()->getInlinedAt();
77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
96 if (DebugLoc InlinedAtDL = getInlinedAt()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugLoc.cpp 41 DILocation *DebugLoc::getInlinedAt() const {
43 return get()->getInlinedAt();
79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) {
86 if (ReplaceLast && !IA->getInlinedAt())
117 if (DebugLoc InlinedAtDL = getInlinedAt()) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const {
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 61 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LexicalScopes.h 170 const MDNode *getInlinedAt() const { return InlinedAtLocation; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LexicalScopes.h 63 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
210 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 73 const DILocation *getInlinedAt() const { return this->second; };
77 return getInlinedAt() < DV.getInlinedAt();
100 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI),
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 100 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
110 const DILocation *getInlinedAt() const { return IA; }
  /external/swiftshader/third_party/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()) {
959 if (MDNode *IA = Loc.getInlinedAt(Ctx))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 115 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
125 const DILocation *getInlinedAt() const { return IA; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveDebugValues.cpp 117 const DILocation *getInlinedAt() const { return this->second; }
121 return getInlinedAt() < DV.getInlinedAt();
141 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI),
363 const DILocation *InlinedAt = DebugLoc->getInlinedAt();
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]

Completed in 215 milliseconds