/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 170 void DIEAbbrevSet::Emit(const AsmPrinter *AP, MCSection *Section) const { in Emit() argument 277 unsigned DIE::computeOffsetsAndAbbrevs(const AsmPrinter *AP, in computeOffsetsAndAbbrevs() 432 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 468 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 474 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 490 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 500 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 514 void DIEBaseTypeRef::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 520 unsigned DIEBaseTypeRef::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 533 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument [all …]
|
D | DIEHash.h | 35 DIEHash(AsmPrinter *A = nullptr) : AP(A) {} in AP() function 104 AsmPrinter *AP; variable
|
D | OcamlGCPrinter.cpp | 51 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() 74 AsmPrinter &AP) { in beginAssembly() 99 AsmPrinter &AP) { in finishAssembly()
|
D | AsmPrinter.cpp | 830 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill() 847 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment() 941 static bool emitDebugLabelComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugLabelComment() 2425 AsmPrinter &AP) { in emitGlobalConstantDataSequential() 2464 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray() 2483 const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector() 2495 const ConstantStruct *CS, AsmPrinter &AP, in emitGlobalConstantStruct() 2522 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() 2566 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() 2570 static void emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP) { in emitGlobalConstantLargeInt() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 279 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 326 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 351 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 373 unsigned DIEDelta::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument 415 unsigned DIEString::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 443 void DIEEntry::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() argument [all …]
|
D | OcamlGCPrinter.cpp | 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() 70 AsmPrinter &AP) { in beginAssembly() 95 AsmPrinter &AP) { in finishAssembly()
|
D | AsmPrinter.cpp | 677 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill() 696 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment() 1949 AsmPrinter &AP) { in emitGlobalConstantDataSequential() 1988 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray() 2007 const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector() 2019 const ConstantStruct *CS, AsmPrinter &AP, in emitGlobalConstantStruct() 2046 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() 2094 static void emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP) { in emitGlobalConstantLargeInt() 2153 static void handleIndirectSymViaGOTPCRel(AsmPrinter &AP, const MCExpr **ME, in handleIndirectSymViaGOTPCRel() 2245 AsmPrinter &AP, const Constant *BaseCV, in emitGlobalConstantImpl() [all …]
|
D | AsmPrinterInlineAsm.cpp | 158 AsmPrinter *AP, unsigned LocCookie, in EmitMSInlineAsmStr() 256 int AsmPrinterVariant, AsmPrinter *AP, in EmitGCCInlineAsmStr() 480 AsmPrinter *AP = const_cast<AsmPrinter*>(this); in EmitInlineAsm() local
|
D | DwarfExpression.h | 138 const AsmPrinter &AP; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVMCInstLower.cpp | 29 const AsmPrinter &AP) { in lowerSymbolOperand() 91 const AsmPrinter &AP) { in LowerRISCVMachineOperandToMCOperand() 129 const AsmPrinter &AP) { in LowerRISCVMachineInstrToMCInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEMCInstLower.cpp | 29 const MCSymbol *Symbol, AsmPrinter &AP) { in LowerSymbolOperand() 36 AsmPrinter &AP) { in LowerOperand() 59 AsmPrinter &AP) { in LowerVEMachineInstrToMCInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 31 AsmPrinter &AP) { in LowerSymbolOperand() 69 AsmPrinter &AP) { in LowerOperand() 95 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 32 AsmPrinter &AP) { in LowerSymbolOperand() 70 AsmPrinter &AP) { in LowerOperand() 96 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | GCMetadataPrinter.h | 58 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly() 62 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly() 67 virtual bool emitStackMaps(StackMaps &SM, AsmPrinter &AP) { return false; } in emitStackMaps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 32 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() 37 AsmPrinter &AP) { in GetSymbolFromOperand() 151 AsmPrinter &AP, bool IsDarwin) { in LowerPPCMachineInstrToMCInst() 163 MCOperand &OutMO, AsmPrinter &AP, in LowerPPCMachineOperandToMCOperand()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 33 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() 38 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ in GetSymbolFromOperand() 142 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst()
|
/external/llvm/include/llvm/CodeGen/ |
D | GCMetadataPrinter.h | 55 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in beginAssembly() 58 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {} in finishAssembly()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | auto_pointer.pass.cpp | 53 using AP = std::auto_ptr<int>; in test_sfinae() typedef 59 using AP = std::auto_ptr<A>; in test_sfinae() typedef
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 245 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() 380 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 390 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 416 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 514 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport() argument
|
/external/libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/ |
D | auto_ptr.depr_in_cxx11.fail.cpp | 36 typedef std::auto_ptr<int> AP; // expected-error{{'auto_ptr<int>' is deprecated}} in main() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 98 NVPTXAsmPrinter &AP; variable 102 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer()
|
/external/nanopb-c/tests/regression/issue_380/ |
D | manglenames.proto | 11 message AP { message
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.h | 33 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {} in LanaiMCInstLower()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiMCInstLower.h | 34 LanaiMCInstLower(MCContext &CTX, Mangler &Mang, AsmPrinter &AP) in LanaiMCInstLower()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.h | 100 NVPTXAsmPrinter &AP; variable 104 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer()
|