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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 137 MDNode *InlinedAt = NULL;
138 DL.getScopeAndInlinedAt(Scope, InlinedAt, MF->getFunction()->getContext());
140 if (InlinedAt) {
144 return getOrCreateInlinedScope(Scope, InlinedAt);
176 MDNode *InlinedAt) {
177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt);
181 DebugLoc InlinedLoc = DebugLoc::getFromDILocation(InlinedAt);
183 DIDescriptor(Scope), InlinedAt, false);
185 LexicalScopeMap[InlinedAt] = InlinedScope;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCCodeView.h 128 LineInfo InlinedAt;
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 69 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt)
70 : DebugVariableBase(Var, InlinedAt) {}
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt();
291 DebugVariable V(Var, InlinedAt);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 118 CodeViewDebug::getInlineSite(const DILocation *InlinedAt,
120 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()});
288 const DILocation *InlinedAt) {
289 if (InlinedAt) {
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee);
543 const DILocation *InlinedAt,
688 for (const DILocation *InlinedAt : FI.ChildSites) {
689 auto I = FI.InlineSites.find(InlinedAt);
692 emitInlinedCallSite(FI, InlinedAt, I->second);
784 const DILocation *InlinedAt = IV.second
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 248 Metadata *InlinedAt;
251 Metadata *InlinedAt)
252 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt) {}
256 InlinedAt(L->getRawInlinedAt()) {}
260 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
263 return hash_combine(Line, Column, Scope, InlinedAt);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 501 milliseconds