/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 34 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
|
/external/llvm-project/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 33 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 33 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | WasmAsmParser.cpp | 41 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | COFFMasmParser.cpp | 40 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>); in addDirectiveHandler()
|
D | COFFAsmParser.cpp | 38 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | ELFAsmParser.cpp | 40 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | DarwinAsmParser.cpp | 48 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | WasmAsmParser.cpp | 41 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | COFFAsmParser.cpp | 38 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | ELFAsmParser.cpp | 40 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | DarwinAsmParser.cpp | 48 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 3411 goto HandleDirective; in LexTokenInternal() 3580 goto HandleDirective; in LexTokenInternal() 3667 HandleDirective: in LexTokenInternal() 3671 PP->HandleDirective(Result); in LexTokenInternal()
|
D | PTHLexer.cpp | 114 PP->HandleDirective(Tok); in Lex()
|
D | PPDirectives.cpp | 898 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 29 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | COFFAsmParser.cpp | 31 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
|
D | DarwinAsmParser.cpp | 36 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 3689 goto HandleDirective; in LexTokenInternal() 3880 goto HandleDirective; in LexTokenInternal() 3969 HandleDirective: in LexTokenInternal() 3973 PP->HandleDirective(Result); in LexTokenInternal()
|
D | PPDirectives.cpp | 902 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1600 void HandleDirective(Token &Result);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1961 void HandleDirective(Token &Result);
|