Searched defs:addressSpace (Results 1 – 8 of 8) sorted by relevance
/external/libunwind_llvm/src/ |
D | CompactUnwinder.hpp | 58 A &addressSpace, Registers_x86 ®isters) { in stepWithCompactEncoding() 76 A &addressSpace, Registers_x86 ®isters) { in stepWithCompactEncodingEBPFrame() 120 A &addressSpace, Registers_x86 ®isters, bool indirectStackSize) { in stepWithCompactEncodingFrameless() 237 void CompactUnwinder_x86<A>::frameUnwind(A &addressSpace, in frameUnwind() 250 A &addressSpace, typename A::pint_t returnAddressLocation, in framelessUnwind() 289 A &addressSpace, Registers_x86_64 ®isters) { in stepWithCompactEncoding() 307 A &addressSpace, Registers_x86_64 ®isters) { in stepWithCompactEncodingRBPFrame() 350 compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace, in stepWithCompactEncodingFrameless() 468 void CompactUnwinder_x86_64<A>::frameUnwind(A &addressSpace, in frameUnwind() 480 void CompactUnwinder_x86_64<A>::framelessUnwind(A &addressSpace, in framelessUnwind() [all …]
|
D | DwarfInstructions.hpp | 64 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() 80 A &addressSpace, const R ®isters, pint_t cfa, in getSavedRegister() 107 A &addressSpace, const R ®isters, pint_t cfa, in getSavedFloatRegister() 130 A &addressSpace, const R ®isters, pint_t cfa, in getSavedVectorRegister() 152 int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc, in stepWithDwarf() 250 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
|
D | EHHeaderParser.hpp | 55 bool EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr() 81 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd, in decodeTableEntry() 101 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE()
|
D | DwarfParser.hpp | 123 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE() 178 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() 258 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, in parseCIE() 354 bool CFI_Parser<A>::parseFDEInstructions(A &addressSpace, in parseFDEInstructions() 374 bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions, in parseInstructions()
|
D | UnwindCursor.hpp | 223 UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionHeader() 263 UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionIndexArray() 289 UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularPageHeader() 314 UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularArray() 335 UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedPageHeader() 371 UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedArray() 390 UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionLsdaArray()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 74 static const char *getStateSpaceName(unsigned addressSpace) { in getStateSpaceName()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 47 unsigned addressSpace = in EmitCastToVoidPtr() local
|
D | CGCall.cpp | 1488 unsigned addressSpace = Context.getTargetAddressSpace(ret); in GetFunctionType() local
|