Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Learn-LLVM-12
/ functions
Functions
1,670 in github.com/PacktPublishing/Learn-LLVM-12
⨍
Functions
1,670
◇
Types & classes
376
Method
FormalParameterDeclaration
Chapter07/tinylang/include/tinylang/AST/AST.h:238
Method
FormalParameterDeclaration
Chapter06/tinylang/include/tinylang/AST/AST.h:238
Method
FormalParameterDeclaration
Chapter05/tinylang/include/tinylang/AST/AST.h:140
Method
FormalParameterDeclaration
Chapter08/tinylang2/include/tinylang/AST/AST.h:238
Method
FormalParameterDeclaration
Chapter08/tinylang/include/tinylang/AST/AST.h:238
Method
FunctionCallExpr
Chapter04/tinylang/include/tinylang/AST/AST.h:341
Method
FunctionCallExpr
Chapter07/tinylang/include/tinylang/AST/AST.h:516
Method
FunctionCallExpr
Chapter06/tinylang/include/tinylang/AST/AST.h:516
Method
FunctionCallExpr
Chapter05/tinylang/include/tinylang/AST/AST.h:341
Method
FunctionCallExpr
Chapter08/tinylang2/include/tinylang/AST/AST.h:516
Method
FunctionCallExpr
Chapter08/tinylang/include/tinylang/AST/AST.h:516
Method
HandleTopLevelDecl
Chapter11/clang-plugin/NamingPlugin.cpp:15
Method
HandleTranslationUnit
Chapter11/clang-plugin2/NamingPlugin.cpp:49
Method
Ident
Chapter04/tinylang/include/tinylang/AST/AST.h:30
Method
Ident
Chapter05/tinylang/include/tinylang/AST/AST.h:30
Method
IfStatement
Chapter04/tinylang/include/tinylang/AST/AST.h:413
Method
IfStatement
Chapter07/tinylang/include/tinylang/AST/AST.h:588
Method
IfStatement
Chapter06/tinylang/include/tinylang/AST/AST.h:588
Method
IfStatement
Chapter05/tinylang/include/tinylang/AST/AST.h:413
Method
IfStatement
Chapter08/tinylang2/include/tinylang/AST/AST.h:588
Method
IfStatement
Chapter08/tinylang/include/tinylang/AST/AST.h:588
Method
IndexSelector
Chapter07/tinylang/include/tinylang/AST/AST.h:431
Method
IndexSelector
Chapter06/tinylang/include/tinylang/AST/AST.h:431
Method
IndexSelector
Chapter08/tinylang2/include/tinylang/AST/AST.h:431
Method
IndexSelector
Chapter08/tinylang/include/tinylang/AST/AST.h:431
Method
InfixExpression
Chapter04/tinylang/include/tinylang/AST/AST.h:246
Method
InfixExpression
Chapter07/tinylang/include/tinylang/AST/AST.h:344
Method
InfixExpression
Chapter06/tinylang/include/tinylang/AST/AST.h:344
Method
InfixExpression
Chapter05/tinylang/include/tinylang/AST/AST.h:246
Method
InfixExpression
Chapter08/tinylang2/include/tinylang/AST/AST.h:344
Method
InfixExpression
Chapter08/tinylang/include/tinylang/AST/AST.h:344
Method
IntegerLiteral
Chapter04/tinylang/include/tinylang/AST/AST.h:282
Method
IntegerLiteral
Chapter07/tinylang/include/tinylang/AST/AST.h:380
Method
IntegerLiteral
Chapter06/tinylang/include/tinylang/AST/AST.h:380
Method
IntegerLiteral
Chapter05/tinylang/include/tinylang/AST/AST.h:282
Method
IntegerLiteral
Chapter08/tinylang2/include/tinylang/AST/AST.h:380
Method
IntegerLiteral
Chapter08/tinylang/include/tinylang/AST/AST.h:380
Method
JIT
Chapter10/jit/JIT.h:36
Function
LLVMFuzzerTestOneInput
Chapter11/libfuzzer/fuzzer.c:11
Function
LLVM_ATTRIBUTE_WEAK llvmGetPassPluginInfo
Chapter08/countir/lib/CountIR.cpp:40
Function
LLVM_ATTRIBUTE_WEAK llvmGetPassPluginInfo
Chapter08/countir-legacy/lib/CountIR.cpp:59
Method
Lexer
Chapter04/tinylang/include/tinylang/Lexer/Lexer.h:47
Method
Lexer
Chapter07/tinylang/include/tinylang/Lexer/Lexer.h:47
Method
Lexer
Chapter07/calc/src/Lexer.h:54
Method
Lexer
Chapter06/tinylang/include/tinylang/Lexer/Lexer.h:47
Method
Lexer
Chapter03/calc/src/Lexer.h:54
Method
Lexer
Chapter05/tinylang/include/tinylang/Lexer/Lexer.h:47
Method
Lexer
Chapter08/tinylang2/include/tinylang/Lexer/Lexer.h:47
Method
Lexer
Chapter08/tinylang/include/tinylang/Lexer/Lexer.h:47
Method
ModuleDeclaration
Chapter04/tinylang/include/tinylang/AST/AST.h:74
Method
ModuleDeclaration
Chapter07/tinylang/include/tinylang/AST/AST.h:84
Method
ModuleDeclaration
Chapter06/tinylang/include/tinylang/AST/AST.h:84
Method
ModuleDeclaration
Chapter05/tinylang/include/tinylang/AST/AST.h:74
Method
ModuleDeclaration
Chapter08/tinylang2/include/tinylang/AST/AST.h:84
Method
ModuleDeclaration
Chapter08/tinylang/include/tinylang/AST/AST.h:84
Method
NamingASTConsumer
Chapter11/clang-plugin2/NamingPlugin.cpp:46
Method
NamingASTConsumer
Chapter11/clang-plugin/NamingPlugin.cpp:13
Method
NamingVisitor
Chapter11/clang-plugin2/NamingPlugin.cpp:16
Method
OperatorInfo
Chapter04/tinylang/include/tinylang/AST/AST.h:198
Method
OperatorInfo
Chapter07/tinylang/include/tinylang/AST/AST.h:296
Method
OperatorInfo
Chapter06/tinylang/include/tinylang/AST/AST.h:296
Method
OperatorInfo
Chapter05/tinylang/include/tinylang/AST/AST.h:198
Method
OperatorInfo
Chapter08/tinylang2/include/tinylang/AST/AST.h:296
Method
OperatorInfo
Chapter08/tinylang/include/tinylang/AST/AST.h:296
Method
ParseArgs
Chapter11/clang-plugin2/NamingPlugin.cpp:64
Method
ParseArgs
Chapter11/clang-plugin/NamingPlugin.cpp:49
Method
Parser
Chapter04/tinylang/lib/Parser/Parser.cpp:12
Method
Parser
Chapter07/tinylang/lib/Parser/Parser.cpp:12
Method
Parser
Chapter07/calc/src/Parser.h:41
Method
Parser
Chapter06/tinylang/lib/Parser/Parser.cpp:12
Method
Parser
Chapter03/calc/src/Parser.h:41
Method
Parser
Chapter05/tinylang/lib/Parser/Parser.cpp:12
Method
Parser
Chapter08/tinylang2/lib/Parser/Parser.cpp:12
Method
Parser
Chapter08/tinylang/lib/Parser/Parser.cpp:12
Method
PervasiveTypeDeclaration
Chapter07/tinylang/include/tinylang/AST/AST.h:172
Method
PervasiveTypeDeclaration
Chapter06/tinylang/include/tinylang/AST/AST.h:172
Method
PervasiveTypeDeclaration
Chapter08/tinylang2/include/tinylang/AST/AST.h:172
Method
PervasiveTypeDeclaration
Chapter08/tinylang/include/tinylang/AST/AST.h:172
Function
PipelineParsingCB
Chapter08/countir/lib/CountIR.cpp:26
Function
PipelineParsingCB
Chapter08/countir-legacy/lib/CountIR.cpp:49
Method
PointerTypeDeclaration
Chapter07/tinylang/include/tinylang/AST/AST.h:186
Method
PointerTypeDeclaration
Chapter06/tinylang/include/tinylang/AST/AST.h:186
Method
PointerTypeDeclaration
Chapter08/tinylang2/include/tinylang/AST/AST.h:186
Method
PointerTypeDeclaration
Chapter08/tinylang/include/tinylang/AST/AST.h:186
Method
PrefixExpression
Chapter04/tinylang/include/tinylang/AST/AST.h:265
Method
PrefixExpression
Chapter07/tinylang/include/tinylang/AST/AST.h:363
Method
PrefixExpression
Chapter06/tinylang/include/tinylang/AST/AST.h:363
Method
PrefixExpression
Chapter05/tinylang/include/tinylang/AST/AST.h:265
Method
PrefixExpression
Chapter08/tinylang2/include/tinylang/AST/AST.h:363
Method
PrefixExpression
Chapter08/tinylang/include/tinylang/AST/AST.h:363
Method
ProcedureCallStatement
Chapter04/tinylang/include/tinylang/AST/AST.h:395
Method
ProcedureCallStatement
Chapter07/tinylang/include/tinylang/AST/AST.h:570
Method
ProcedureCallStatement
Chapter06/tinylang/include/tinylang/AST/AST.h:570
Method
ProcedureCallStatement
Chapter05/tinylang/include/tinylang/AST/AST.h:395
Method
ProcedureCallStatement
Chapter08/tinylang2/include/tinylang/AST/AST.h:570
Method
ProcedureCallStatement
Chapter08/tinylang/include/tinylang/AST/AST.h:570
Method
ProcedureDeclaration
Chapter04/tinylang/include/tinylang/AST/AST.h:162
Method
ProcedureDeclaration
Chapter07/tinylang/include/tinylang/AST/AST.h:260
Method
ProcedureDeclaration
Chapter06/tinylang/include/tinylang/AST/AST.h:260
Method
ProcedureDeclaration
Chapter05/tinylang/include/tinylang/AST/AST.h:162
← previous
next →
701–800 of 1,670, ranked by callers