Searched refs:structFieldName (Results 1 – 2 of 2) sorted by relevance
| /minix3/minix/llvm/passes/include/magic/support/ |
| H A D | MagicUtil.h | 33 …Before, GlobalVariable* array, Value* arrayIndex, const std::string &structFieldName, std::string … 34 …ertBefore, GlobalVariable* magicArray, Value* magicArrayIndex, const std::string &structFieldName); 35 …e, GlobalVariable* magicTypeArray, Value* magicTypeArrayIndex, const std::string &structFieldName); 36 …lVariable* magicFunctionArray, Value* magicFunctionArrayIndex, const std::string &structFieldName); 37 …odule &M, Instruction *InsertBefore, GlobalVariable* magicVar, const std::string &structFieldName); 38 …balVariable* magicDsindexArray, Value* magicDsindexArrayIndex, const std::string &structFieldName);
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | MagicUtil.cpp | 388 …rtBefore, GlobalVariable* var, Value* arrayIndex, const std::string &structFieldName, std::string … in getMagicStructFieldPtr() argument 392 …for(structFieldIndex=0; structFieldName.compare(structFieldNames[structFieldIndex]) != 0; structFi… in getMagicStructFieldPtr() 414 …rtBefore, GlobalVariable* magicArray, Value* magicArrayIndex, const std::string &structFieldName) { in getMagicSStructFieldPtr() argument 416 …return getMagicStructFieldPtr(M, InsertBefore, magicArray, magicArrayIndex, structFieldName, struc… in getMagicSStructFieldPtr() 419 …, GlobalVariable* magicTypeArray, Value* magicTypeArrayIndex, const std::string &structFieldName) { in getMagicTStructFieldPtr() argument 421 …StructFieldPtr(M, InsertBefore, magicTypeArray, magicTypeArrayIndex, structFieldName, structFieldN… in getMagicTStructFieldPtr() 424 …Variable* magicFunctionArray, Value* magicFunctionArrayIndex, const std::string &structFieldName) { in getMagicFStructFieldPtr() argument 426 …eldPtr(M, InsertBefore, magicFunctionArray, magicFunctionArrayIndex, structFieldName, structFieldN… in getMagicFStructFieldPtr() 429 …dule &M, Instruction *InsertBefore, GlobalVariable* magicVar, const std::string &structFieldName) { in getMagicRStructFieldPtr() argument 431 … return getMagicStructFieldPtr(M, InsertBefore, magicVar, NULL, structFieldName, structFieldNames); in getMagicRStructFieldPtr() [all …]
|