reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/COFFModuleDefinition.cpp
  155     } while (Tok.K != Eof);
  171     if (Tok.K != Identifier || Tok.Value.getAsInteger(10, *I))
  178     if (Tok.K != Expected)
  187     switch (Tok.K) {
  193         if (Tok.K != Identifier) {
  206       bool IsDll = Tok.K == KwLibrary; // Check before parseName.
  234     if (Tok.K == Equal) {
  236       if (Tok.K != Identifier)
  253       if (Tok.K == Identifier && Tok.Value[0] == '@') {
  267         if (Tok.K == KwNoname) {
  274       if (Tok.K == KwData) {
  278       if (Tok.K == KwConstant) {
  282       if (Tok.K == KwPrivate) {
  286       if (Tok.K == EqualEqual) {
  304     if (Tok.K != Comma) {
  317     if (Tok.K == Identifier) {
  325     if (Tok.K == KwBase) {
  340     if (Tok.K != Identifier)