/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A 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() 430 unsigned DIEInteger::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 466 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 472 unsigned DIEExpr::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 501 unsigned DIELabel::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 524 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument 530 unsigned DIEBaseTypeRef::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() argument 543 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() argument [all …]
|
H A D | DIEHash.h | 35 : AP(A), CU(CU) {} in AP() function 104 AsmPrinter *AP; variable
|
H A 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()
|
H A D | AsmPrinterInlineAsm.cpp | 131 MachineModuleInfo *MMI, AsmPrinter *AP, in EmitMSInlineAsmStr() 274 AsmPrinter *AP, unsigned LocCookie, in EmitGCCInlineAsmStr() 504 AsmPrinter *AP = const_cast<AsmPrinter*>(this); in emitInlineAsm() local
|
H A D | ErlangGCPrinter.cpp | 44 AsmPrinter &AP) { in finishAssembly()
|
H A D | AsmPrinter.cpp | 902 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill() 919 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment() 1023 static bool emitDebugLabelComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugLabelComment() 2674 AsmPrinter &AP) { in emitGlobalConstantDataSequential() 2713 const ConstantArray *CA, AsmPrinter &AP, in emitGlobalConstantArray() 2732 const ConstantVector *CV, AsmPrinter &AP) { in emitGlobalConstantVector() 2744 const ConstantStruct *CS, AsmPrinter &AP, in emitGlobalConstantStruct() 2771 static void emitGlobalConstantFP(APFloat APF, Type *ET, AsmPrinter &AP) { in emitGlobalConstantFP() 2815 static void emitGlobalConstantFP(const ConstantFP *CFP, AsmPrinter &AP) { in emitGlobalConstantFP() 2819 static void emitGlobalConstantLargeInt(const ConstantInt *CI, AsmPrinter &AP) { in emitGlobalConstantLargeInt() [all …]
|
H A D | DwarfFile.cpp | 22 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
|
H A D | DwarfExpression.h | 406 const AsmPrinter &AP; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEMCInstLower.cpp | 30 const MCSymbol *Symbol, AsmPrinter &AP) { in LowerSymbolOperand() 44 AsmPrinter &AP) { in LowerOperand() 78 AsmPrinter &AP) { in LowerVEMachineInstrToMCInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcMCInstLower.cpp | 31 AsmPrinter &AP) { in LowerSymbolOperand() 69 AsmPrinter &AP) { in LowerOperand() 95 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A 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()
|
H A D | FaultMaps.h | 71 AsmPrinter &AP; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVMCInstLower.cpp | 30 const AsmPrinter &AP) { in lowerSymbolOperand() 92 const AsmPrinter &AP) { in LowerRISCVMachineOperandToMCOperand() 208 AsmPrinter &AP) { in lowerRISCVMachineInstrToMCInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMCInstLower.cpp | 33 AsmPrinter &AP) { in GetSymbolFromOperand() 152 AsmPrinter &AP) { in LowerPPCMachineInstrToMCInst() 163 MCOperand &OutMO, AsmPrinter &AP) { in LowerPPCMachineOperandToMCOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.h | 98 NVPTXAsmPrinter &AP; variable 102 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MacOSKeychainAPIChecker.cpp | 225 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() 358 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 368 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 394 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt() local 474 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const { in generateAllocatedDataNotReleasedReport() argument
|
H A D | RunLoopAutoreleaseLeakChecker.cpp | 94 const auto *AP = in emitDiagnostics() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.h | 31 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {} in LanaiMCInstLower()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 98 MCInst &MCB, HexagonAsmPrinter &AP) { in HexagonLowerToMC()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 26 FaultMaps::FaultMaps(AsmPrinter &AP) : AP(AP) {} in FaultMaps()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 34 M68kMCInstLower::M68kMCInstLower(MachineFunction &MF, M68kAsmPrinter &AP) in M68kMCInstLower()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMMCInstLower.cpp | 124 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.cpp | 42 const AsmPrinter &AP; member in __anon16fd2f730111::AMDGPUMCInstLower 358 const AsmPrinter &AP) : in R600MCInstLower()
|
/netbsd-src/sys/arch/vax/include/ |
H A D | pcb.h | 44 long AP; /* Argument Pointer */ member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | PrettyStackTrace.cpp | 237 va_list AP; in PrettyStackTraceFormat() local
|