Searched refs:Anchor (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp31 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { argument
32 assert(Anchor != nullptr);
39 auto *P = Anchor->parent();
40 P->replaceChildRangeLowLevel(Anchor, Anchor, New);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h127 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
149 StringRef getAnchor() const { return Anchor; }
182 StringRef Anchor; member in class:llvm::yaml::Node
210 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, argument
212 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
253 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, argument
255 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) {
414 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, argument
416 : Node(NK_Mapping, D, Anchor, Tag), Type(MT) {}
469 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRe argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h81 ListTy *Anchor(static_cast<ListTy *>(this));
82 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp487 SDValue Anchor = Base.getOperand(0); local
489 cast<GlobalAddressSDNode>(Anchor)->getOffset());
H A DSystemZISelLowering.cpp2978 uint64_t Anchor = Offset & ~uint64_t(0xfff);
2979 Result = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor);
2984 Offset -= Anchor;
2987 DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset);

Completed in 104 milliseconds