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

/external/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
/external/llvm/lib/IR/
H A DGlobals.cpp39 void GlobalValue::Dematerialize() { function in class:GlobalValue
40 getParent()->Dematerialize(this);
H A DModule.cpp407 void Module::Dematerialize(GlobalValue *GV) { function in class:Module
409 return Materializer->Dematerialize(GV);
/external/llvm/include/llvm/IR/
H A DGlobalValue.h272 /// Dematerialize - If this GlobalValue is read in, and if the GVMaterializer
275 void Dematerialize();
H A DModule.h462 /// Dematerialize - If the GlobalValue is read in, and if the GVMaterializer
465 void Dematerialize(GlobalValue *GV);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h223 virtual void Dematerialize(GlobalValue *GV);
H A DBitcodeReader.cpp3053 void BitcodeReader::Dematerialize(GlobalValue *GV) { function in class:BitcodeReader
/external/llvm/lib/Linker/
H A DLinkModules.cpp1262 SF->Dematerialize();
1304 SF->Dematerialize();

Completed in 184 milliseconds