HomeSort by relevance Sort by last modified time
    Searched defs:CodegenLLVM (Results 1 - 2 of 2) sorted by null

  /external/bcc/src/cc/frontends/b/
codegen_llvm.h 57 class CodegenLLVM : public Visitor {
61 CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes);
62 virtual ~CodegenLLVM();
codegen_llvm.cc 66 explicit BlockStack(CodegenLLVM *cc, BasicBlock *bb)
78 CodegenLLVM *cc_;
84 explicit SwitchStack(CodegenLLVM *cc, SwitchInst *sw)
93 CodegenLLVM *cc_;
96 CodegenLLVM::CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes)
101 CodegenLLVM::~CodegenLLVM() {
106 void CodegenLLVM::emit(const char *fmt, Args&&... params) {
110 void CodegenLLVM::emit(const char *s)
    [all...]

Completed in 81 milliseconds