Home
last modified time | relevance | path

Searched refs:structFieldNames (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp388 …iable* var, Value* arrayIndex, const std::string &structFieldName, std::string *structFieldNames) { in getMagicStructFieldPtr() argument
392 …for(structFieldIndex=0; structFieldName.compare(structFieldNames[structFieldIndex]) != 0; structFi… in getMagicStructFieldPtr()
415 static std::string structFieldNames[] = { MAGIC_SSTRUCT_FIELDS }; in getMagicSStructFieldPtr() local
416 …gicStructFieldPtr(M, InsertBefore, magicArray, magicArrayIndex, structFieldName, structFieldNames); in getMagicSStructFieldPtr()
420 static std::string structFieldNames[] = { MAGIC_TSTRUCT_FIELDS }; in getMagicTStructFieldPtr() local
421 …tFieldPtr(M, InsertBefore, magicTypeArray, magicTypeArrayIndex, structFieldName, structFieldNames); in getMagicTStructFieldPtr()
425 static std::string structFieldNames[] = { MAGIC_FSTRUCT_FIELDS }; in getMagicFStructFieldPtr() local
426 …r(M, InsertBefore, magicFunctionArray, magicFunctionArrayIndex, structFieldName, structFieldNames); in getMagicFStructFieldPtr()
430 static std::string structFieldNames[] = { MAGIC_RSTRUCT_FIELDS }; in getMagicRStructFieldPtr() local
431 … return getMagicStructFieldPtr(M, InsertBefore, magicVar, NULL, structFieldName, structFieldNames); in getMagicRStructFieldPtr()
[all …]
/minix3/minix/llvm/passes/include/magic/support/
H A DMagicUtil.h33 …able* array, Value* arrayIndex, const std::string &structFieldName, std::string *structFieldNames);