std::vector<GlobalVariable*> | CreateDataOrder(const std::vector<std::unique_ptr<GlobalVariable>>& globalVariables, Context& context) |
std::string | TypeName(int typeId) |
void | Visit(std::vector<GlobalVariable*>& order, GlobalVariable* variable, std::unordered_set<GlobalVariable*>& visited, std::unordered_set<GlobalVariable*>& tempVisit, const std::unordered_map<GlobalVariable*, std::set<GlobalVariable*>>& dependencies, Context& context) |
enum class MDItemKind |
const int64_t | beginCleanupNodeType |
const int64_t | beginTryNodeType |
const int | boolTypeId |
const int | byteTypeId |
const int64_t | catchNodeType |
const int | doubleTypeId |
const int64_t | endCleanupNodeType |
const int64_t | endTryNodeType |
const int64_t | fileInfoNodeType |
const int | floatTypeId |
const int64_t | funcInfoNodeType |
const int | intTypeId |
const int64_t | lineInfoNodeType |
const int | longTypeId |
const int | ptrTypeId |
const int | sbyteTypeId |
const int | shortTypeId |
const int | uintTypeId |
const int | ulongTypeId |
const int | ushortTypeId |
const int | voidTypeId |