Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DGVMaterializer.h55 virtual void Dematerialize(GlobalValue *) {} in Dematerialize() function
DGlobalValue.h257 void Dematerialize();
DModule.h404 void Dematerialize(GlobalValue *GV);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp38 void GlobalValue::Dematerialize() { in Dematerialize() function in GlobalValue
39 getParent()->Dematerialize(this); in Dematerialize()
DModule.cpp358 void Module::Dematerialize(GlobalValue *GV) { in Dematerialize() function in Module
360 return Materializer->Dematerialize(GV); in Dematerialize()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h197 virtual void Dematerialize(GlobalValue *GV);
DBitcodeReader.cpp2899 void BitcodeReader::Dematerialize(GlobalValue *GV) { in Dematerialize() function in BitcodeReader