Searched refs:Dematerialize (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DGVMaterializer.h50 /// Dematerialize - If the given GlobalValue is read in, and if the
55 virtual void Dematerialize(GlobalValue *) {} function in class:llvm::GVMaterializer
H A DGlobalValue.h254 /// Dematerialize - If this GlobalValue is read in, and if the GVMaterializer
257 void Dematerialize();
H A DModule.h401 /// Dematerialize - If the GlobalValue is read in, and if the GVMaterializer
404 void Dematerialize(GlobalValue *GV);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGlobals.cpp38 void GlobalValue::Dematerialize() { function in class:GlobalValue
39 getParent()->Dematerialize(this);
H A DModule.cpp358 void Module::Dematerialize(GlobalValue *GV) { function in class:Module
360 return Materializer->Dematerialize(GV);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.h197 virtual void Dematerialize(GlobalValue *GV);
H A DBitcodeReader.cpp2899 void BitcodeReader::Dematerialize(GlobalValue *GV) { function in class:BitcodeReader

Completed in 232 milliseconds