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

  /external/swiftshader/third_party/LLVM/include/llvm/
GVMaterializer.h 50 /// Dematerialize - If the given GlobalValue is read in, and if the
55 virtual void Dematerialize(GlobalValue *) {}
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 38 void GlobalValue::Dematerialize() {
39 getParent()->Dematerialize(this);
Module.cpp 358 void Module::Dematerialize(GlobalValue *GV) {
360 return Materializer->Dematerialize(GV);
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 75 milliseconds