HomeSort by relevance Sort by last modified time
    Searched refs:Dematerialize (Results 1 - 12 of 12) 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/include/llvm/IR/
GlobalValue.h 254 /// dematerialize the function.
262 /// Dematerialize - If this GlobalValue is read in, and if the GVMaterializer
265 void Dematerialize();
Module.h 447 /// GVMaterializer and the GVMaterializer knows how to dematerialize the GV.
454 /// Dematerialize - If the GlobalValue is read in, and if the GVMaterializer
457 void Dematerialize(GlobalValue *GV);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 216 virtual void Dematerialize(GlobalValue *GV);
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 210 virtual void Dematerialize(GlobalValue *GV);
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 223 virtual void Dematerialize(GlobalValue *GV);
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]

Completed in 799 milliseconds