Home
last modified time | relevance | path

Searched defs:emitter (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dyamltree.c26 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument
34 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, char *data, int len, … in yaml_propval_int()
97 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string()
114 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval()
178 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree()
209 yaml_emitter_t emitter; in dt_to_yaml() local
H A Dflattree.c37 struct emitter { struct
38 void (*cell)(void *, cell_t);
39 void (*string)(void *, const char *, int);
40 void (*align)(void *, int);
41 void (*data)(void *, struct data);
42 void (*beginnode)(void *, struct label *labels);
43 void (*endnode)(void *, struct label *labels);
44 void (*property)(void *, struct label *labels);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp906 ConstantEmitter emitter(CGM, CGF); in tryEmitGlobalCompoundLiteral() local
1001 ConstExprEmitter(ConstantEmitter &emitter) in ConstExprEmitter()
1766 ConstantLValueEmitter(ConstantEmitter &emitter, const APValue &value, in ConstantLValueEmitter()
H A DCodeGenModule.cpp3938 ConstantEmitter emitter(*this); in GetOrCreateLLVMGlobal() local
4290 Optional<ConstantEmitter> emitter; in EmitGlobalVarDefinition() local
5473 Optional<ConstantEmitter> emitter; in GetAddrOfGlobalTemporary() local
H A DCGDecl.cpp331 ConstantEmitter emitter(*this); in AddInitializerToStaticVarDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp273 Validator(ASTPropsEmitter &emitter) : Emitter(emitter) {} in Validator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp76 MCInstPrinter *printer, std::unique_ptr<MCCodeEmitter> emitter, in MCAsmStreamer()