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

  /external/llvm/lib/IR/
DebugLoc.cpp 41 DILocation *DebugLoc::getInlinedAt() const {
43 return get()->getInlinedAt();
78 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
97 if (DebugLoc InlinedAtDL = getInlinedAt()) {
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 61 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 102 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
112 const DILocation *getInlinedAt() const { return IA; }
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]

Completed in 249 milliseconds