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

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/IR/
MDBuilder.h 26 class MDNode;
46 MDNode *createFPMath(float Accuracy);
53 MDNode *createBranchWeights(uint32_t TrueWeight, uint32_t FalseWeight);
56 MDNode *createBranchWeights(ArrayRef<uint32_t> Weights);
63 MDNode *createRange(const APInt &Lo, const APInt &Hi);
72 MDNode *createAnonymousTBAARoot();
77 MDNode *createTBAARoot(StringRef Name);
81 MDNode *createTBAANode(StringRef Name, MDNode *Parent,
87 MDNode *TBAA
    [all...]
DebugLoc.h 22 class MDNode;
62 MDNode *Scope, MDNode *InlinedAt = nullptr);
65 static DebugLoc getFromDILocation(MDNode *N);
68 static DebugLoc getFromDILexicalBlock(MDNode *N);
83 MDNode *getScope(const LLVMContext &Ctx) const;
87 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
90 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
93 /// getScopeNode - Get MDNode for DebugLoc's scope, or null if invalid
    [all...]
Metadata.h 73 /// MDNode - a tuple of other values.
74 class MDNode : public Value, public FoldingSetNode {
75 MDNode(const MDNode &) LLVM_DELETED_FUNCTION;
76 void operator=(const MDNode &) LLVM_DELETED_FUNCTION;
79 friend struct FoldingSetTrait<MDNode>;
81 /// Hash - If the MDNode is uniqued cache the hash to speed up lookup.
85 /// end of this MDNode.
90 /// FunctionLocalBit - This bit is set if this MDNode is function local.
114 ~MDNode();
    [all...]