HomeSort by relevance Sort by last modified time
    Searched refs:ConstantStruct (Results 26 - 48 of 48) sorted by null

12

  /external/clang/lib/CodeGen/
CGRTTI.cpp 678 llvm::Constant *Init = llvm::ConstantStruct::getAnon(Fields);
    [all...]
CodeGenModule.cpp 480 Ctors.push_back(llvm::ConstantStruct::get(CtorStructTy, S));
901 // Create a new global variable for the ConstantStruct in the Module.
    [all...]
CGBlocks.cpp 118 llvm::Constant *init = llvm::ConstantStruct::getAnon(elements);
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 354 } else if (ConstantStruct *UserCS = dyn_cast<ConstantStruct>(UserC)) {
355 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 371 } else if (ConstantStruct *UserCS = dyn_cast<ConstantStruct>(UserC)) {
372 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 651 } else if (ConstantStruct *UserCS = dyn_cast<ConstantStruct>(UserC)) {
652 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 423 ConstantStruct,
448 DEFINE_CASE(Val, ConstantStruct);
    [all...]
llvm.ml 223 | ConstantStruct
    [all...]
llvm.mli 275 | ConstantStruct
764 for a global variable. See the method [llvm::ConstantStruct::getAnon]. *)
770 for a global variable. See the method [llvm::ConstantStruct::get]. *)
777 [llvm::ConstantStruct::get]. *)
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Core.cpp 682 return wrap(ConstantStruct::getAnon(*unwrap(C), makeArrayRef(Elements, Count),
708 return wrap(ConstantStruct::get(Ty, makeArrayRef(Elements, Count)));
    [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 753 } else if (const ConstantStruct *CS = dyn_cast<ConstantStruct>(CV)) {
763 Out << "Constant* " << constName << " = ConstantStruct::get("
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1023 macro(ConstantStruct) \
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 709 return ConstantStruct::get(ST, Vals);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1216 milliseconds

12