Home
last modified time | relevance | path

Searched refs:buildFrom (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroInternal.h235 explicit Shape(Function &F) { buildFrom(F); } in Shape()
236 void buildFrom(Function &F);
HDCoroutines.cpp249 void coro::Shape::buildFrom(Function &F) { in buildFrom() function in coro::Shape
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp99 static llvm::Constant *buildFrom(CodeGenModule &CGM,
130 return buildFrom(CGM, Elems, Offsets, CharUnits::Zero(), Size, in build()
389 llvm::Constant *ConstantAggregateBuilder::buildFrom( in buildFrom() function in __anon52f461e80111::ConstantAggregateBuilder
525 llvm::Constant *Replacement = buildFrom( in condense()