MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / FunctionInfo

Class FunctionInfo

lib/Bytecode/Reader/BytecodeReader.cpp:2008–2016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2006//
2007namespace {
2008struct FunctionInfo {
2009 uint64_t nameIndex;
2010 uint64_t signatureIndex;
2011 uint64_t functionLocIndex;
2012 uint8_t entryFlag;
2013 uint64_t lengthOfFunction;
2014 StringRef functionBody;
2015 Attribute optimizationHints;
2016};
2017} // end anonymous namespace
2018
2019/// Parses the function table section and creates metadata for each function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected