HomeSort by: relevance | last modified time | path
    Searched defs:Build (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFGStmtMap.cpp 77 CFGStmtMap *CFGStmtMap::Build(CFG *C, ParentMap *PM) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VersionTuple.cpp 36 if (Optional<unsigned> Build = V.getBuild())
37 Out << '.' << *Build;
64 unsigned major = 0, minor = 0, micro = 0, build = 0; local
103 if (parseInt(input, build))
110 *this = VersionTuple(major, minor, micro, build);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 1 //===--- PrecompiledPreamble.cpp - Build precompiled preambles --*- C++ -*-===//
9 // Helper class to build precompiled preamble.
311 llvm::ErrorOr<PrecompiledPreamble> PrecompiledPreamble::Build(
865 return "build-preamble.error";
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 1039 unsigned Build = 0, Factor = 1;
1041 Build = Build + (Version % 10) * Factor;
1042 return VersionTuple(Version / 100, Version % 100, Build);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 36 // This class is used to build up a contiguous binary blob while keeping
1797 // Build excluded section headers map.
1827 auto Build = [this](ArrayRef<ELFYAML::Symbol> V, NameToIdxMap &Map) {
1836 Build(*Doc.Symbols, SymN2I);
1838 Build(*Doc.DynamicSymbols, DynSymN2I);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 129 llvm::Constant *build(llvm::Type *DesiredTy, bool AllowOversized) const { function in class:__anon2803::ConstantAggregateBuilder
576 bool Build(InitListExpr *ILE, bool AllowOverwrite);
577 bool Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
673 bool ConstStructBuilder::Build(InitListExpr *ILE, bool AllowOverwrite) {
772 bool ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD,
806 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
856 return Builder.build(ValTy, RD->hasFlexibleArrayMember());
865 if (!Builder.Build(ILE, /*AllowOverwrite*/false))
879 if (!Builder.Build(Val, RD, false, CD, CharUnits::Zero()))
889 .Build(Updater, /*AllowOverwrite*/ true)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 389 uint32_t Build;
  /src/external/bsd/pcc/dist/pcc/mip/
regs.c 1552 * when doing short-range liveness analysis in Build().
1600 * Build the set of interference edges and adjacency list.
1603 Build(struct p2env *p2e)
3029 Build(p2e);
3030 RDEBUG(("Build done\n"));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2462 // Build a sequence of copy-to-reg nodes chained together with token chain
6415 // First, build a SRA_FLAG/SRL_FLAG op, which shifts the top part by one and
7783 // it as element size to build the shuffle_vector.
8006 /// the specified operations to build the shuffle.
8272 // Build a vector out of the various parts and bitcast it back to the original
9556 SDValue Build = ST->getValue();
9563 Ops.push_back(DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::i32, Build,
9568 Build = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v16i1, Ops);
9570 SDValue GRP = DAG.getNode(ARMISD::PREDICATE_CAST, dl, MVT::i32, Build);
12054 // Build operand list
    [all...]

Completed in 30 milliseconds