Displaying 1 result from an estimated 1 matches for "namedhint".
Did you mean:
namehint
2010 May 04
0
[LLVMdev] MCStreamer itnerface
...ould be defined to
produce the expected behavior.
i.e.
struct SectionHint {};
// used by assemblers to put symbols into the
// section specified by a section directive
struct NamedSectionHint : SectionHint {
// then name of the section to put the symbol in
std::string Name;
};
struct OrderedNamedHint : NamedSection {
// the order to place the symbol into the section when finally linked,
// each different "ordered section" should produce a separate section
// in the object file
// positive means put in ascending order before any other sections with
the same name
// 1 if firs...