Home
last modified time | relevance | path

Searched defs:Cfg (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/
Dcfg.rs6 pub struct Cfg<'a> { struct
8 pub include_prefix: &'a str,
10 pub exported_header_dirs: Vec<&'a Path>,
12 pub exported_header_prefixes: Vec<&'a str>,
14 pub exported_header_links: Vec<&'a str>,
16 pub doxygen: bool,
17 marker: PhantomData<*const ()>, // !Send + !Sync
318 impl<'a> Debug for Cfg<'a> { implementation
402 impl<'a> Cfg<'a> { implementation
421 Handle(<*const Cfg>::cast(self)) in handle() constant
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstrumentation.h56 virtual bool isInstrumentable(Cfg *) { return true; } in isInstrumentable() argument
79 virtual void instrumentStart(Cfg *) {} in instrumentStart() argument
80 virtual void instrumentLocalVars(Cfg *) {} in instrumentLocalVars() argument
81 virtual void finishFunc(Cfg *) {} in finishFunc() argument
DIceTranslator.h31 class Cfg; variable
DIceInst.h184 virtual void emit(const Cfg *) const { in emit()
221 virtual void destroy(Cfg *) {} in destroy() argument
275 void emit(const Cfg * /*Func*/) const override { in emit()
278 void emitIAS(const Cfg * /*Func*/) const override { in emitIAS()
864 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
890 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
919 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
1056 void emit(const Cfg *) const override {} in emit()
1057 void emitIAS(const Cfg * /* Func */) const override {} in emitIAS()
DIceMemory.h28 class Cfg; variable
DIceOperand.h210 void dump(const Cfg *, Ostream &Str) const override { in dump()
281 inline void ConstantInteger32::dump(const Cfg *, Ostream &Str) const { in dump()
291 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
438 void dump(const Cfg *, Ostream &Str) const override { in dump()
DIceInstARM32.cpp320 OperandARM32Mem::OperandARM32Mem(Cfg * /* Func */, Type Ty, Variable *Base, in OperandARM32Mem() argument
361 OperandARM32FlexImm::OperandARM32FlexImm(Cfg * /* Func */, Type Ty, in OperandARM32FlexImm() argument
388 OperandARM32FlexFpImm::OperandARM32FlexFpImm(Cfg * /*Func*/, Type Ty, in OperandARM32FlexFpImm() argument
467 OperandARM32FlexFpZero::OperandARM32FlexFpZero(Cfg * /*Func*/, Type Ty) in OperandARM32FlexFpZero() argument
3280 void OperandARM32ShAmtImm::dump(const Cfg *, Ostream &Str) const { in dump() argument
3308 void OperandARM32FlexImm::dump(const Cfg * /* Func */, Ostream &Str) const { in dump() argument
3351 void OperandARM32FlexFpImm::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump() argument
3370 void OperandARM32FlexFpZero::dump(const Cfg * /*Func*/, Ostream &Str) const { in dump() argument
DIceASanInstrumentation.cpp489 void ASanInstrumentation::finishFunc(Cfg *) { in finishFunc() argument
DIceDefs.h57 class Cfg; variable
DIceOperand.cpp624 void ConstantRelocatable::dump(const Cfg *, Ostream &Str) const { in dump() argument
DIceCfg.cpp37 Cfg::Cfg(GlobalContext *Ctx, uint32_t SequenceNumber) in Cfg() function in Ice::Cfg
DIceInstMIPS32.h64 void dump(const Cfg *, Ostream &Str) const override { in dump()
DIceInstARM32.h67 void dump(const Cfg *, Ostream &Str) const override { in dump()
DIceInstX8664.cpp2778 void X86Operand::dump(const Cfg *, Ostream &Str) const { in dump() argument
DIceInstX8632.cpp2851 void X86Operand::dump(const Cfg *, Ostream &Str) const { in dump() argument
DIceTargetLoweringX8664.cpp6888 void TargetX8664::emitJumpTable(const Cfg *, in emitJumpTable()
DIceTargetLoweringX8632.cpp7615 void TargetX8632::emitJumpTable(const Cfg *, in emitJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassSupport.h67 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \ argument
72 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \ argument