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

1 2 3

  /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-subzero/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugLoc.h 86 DILocation *getInlinedAt() const;
  /external/llvm/include/llvm/IR/
DebugLoc.h 96 DILocation *getInlinedAt() const;
  /external/swiftshader/third_party/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 61 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 208 NewScope, DIL->getInlinedAt()));
240 CurrentDIL->getInlinedAt()));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LexicalScopes.h 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
209 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/Transforms/Scalar/
ADCE.cpp 61 if (const DILocation *IA = DL.getInlinedAt())
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LexicalScopes.h 170 const MDNode *getInlinedAt() const { return InlinedAtLocation; }

Completed in 880 milliseconds

1 2 3