HomeSort by relevance Sort by last modified time
    Searched defs:Dematerialize (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/
GVMaterializer.h 50 /// Dematerialize - If the given GlobalValue is read in, and if the
55 virtual void Dematerialize(GlobalValue *) {}
  /external/llvm/lib/IR/
Globals.cpp 39 void GlobalValue::Dematerialize() {
40 getParent()->Dematerialize(this);
Module.cpp 412 void Module::Dematerialize(GlobalValue *GV) {
414 return Materializer->Dematerialize(GV);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 44 milliseconds