Searched refs:AssignSection (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp131 AssignSection(Symbol, getCurrentSection().first);
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCNullStreamer.cpp40 AssignSection(Symbol, getCurrentSection().first);
H A DMCMachOStreamer.cpp124 AssignSection(Symbol, getCurrentSection().first);
328 AssignSection(Symbol, NULL);
366 AssignSection(Symbol, Section);
H A DMCStreamer.cpp201 void MCStreamer::AssignSection(MCSymbol *Symbol, const MCSection *Section) { function in class:MCStreamer
215 AssignSection(Symbol, getCurrentSection().first);
222 AssignSection(Symbol, getCurrentSection().first);
H A DMCAsmStreamer.cpp521 AssignSection(Symbol, NULL);
540 AssignSection(Symbol, NULL);
562 AssignSection(Symbol, Section);
584 AssignSection(Symbol, Section);
H A DMCPureStreamer.cpp121 AssignSection(Symbol, getCurrentSection().first);
H A DWinCOFFStreamer.cpp164 AssignSection(Symbol, Section);
H A DMCELFStreamer.cpp280 AssignSection(Symbol, Section);
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h323 /// AssignSection - Sets the symbol's section.
327 void AssignSection(MCSymbol *Symbol, const MCSection *Section);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp399 AssignSection(Symbol, getCurrentSection().first);

Completed in 105 milliseconds