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

  /external/llvm/lib/IR/
DebugLoc.cpp 60 const MDNode *InlinedAt) {
67 const_cast<MDNode *>(InlinedAt));
DebugInfoMetadata.cpp 43 Metadata *InlinedAt, StorageType Storage,
52 MDLocationInfo::KeyTy(Line, Column, Scope, InlinedAt)))
62 if (InlinedAt)
63 Ops.push_back(InlinedAt);
LLVMContextImpl.h 236 Metadata *InlinedAt;
239 Metadata *InlinedAt)
240 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt) {}
244 InlinedAt(L->getRawInlinedAt()) {}
248 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
251 return hash_combine(Line, Column, Scope, InlinedAt);
    [all...]
  /external/llvm/bindings/go/llvm/
IRBindings.cpp 96 LLVMMetadataRef InlinedAt) {
99 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr));
IRBindings.h 56 LLVMMetadataRef InlinedAt);
  /external/llvm/include/llvm/IR/
DebugLoc.h 91 const MDNode *InlinedAt = nullptr);
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 171 const MDLocation *InlinedAt) {
172 std::pair<const MDLocalScope *, const MDLocation *> P(Scope, InlinedAt);
179 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt);
181 Parent = getOrCreateLexicalScope(InlinedAt);
186 InlinedAt, false))
LiveDebugVariables.cpp 387 if (auto *InlinedAt = DL->getInlinedAt()) {
388 if (DebugLoc InlinedAtDL = InlinedAt) {
    [all...]
MachineInstr.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 217 const MDLocation *InlinedAt);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1296 milliseconds