Home
last modified time | relevance | path

Searched defs:addressSpace (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp59 A &addressSpace, Registers_x86 &registers) { in stepWithCompactEncoding()
77 A &addressSpace, Registers_x86 &registers) { in stepWithCompactEncodingEBPFrame()
238 void CompactUnwinder_x86<A>::frameUnwind(A &addressSpace, in frameUnwind()
251 A &addressSpace, typename A::pint_t returnAddressLocation, in framelessUnwind()
290 A &addressSpace, Registers_x86_64 &registers) { in stepWithCompactEncoding()
308 A &addressSpace, Registers_x86_64 &registers) { in stepWithCompactEncodingRBPFrame()
469 void CompactUnwinder_x86_64<A>::frameUnwind(A &addressSpace, in frameUnwind()
481 void CompactUnwinder_x86_64<A>::framelessUnwind(A &addressSpace, in framelessUnwind()
519 A &addressSpace, Registers_arm64 &registers) { in stepWithCompactEncoding()
533 compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, in stepWithCompactEncodingFrameless()
[all …]
H A DDwarfInstructions.hpp65 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA()
92 A &addressSpace, const R &registers, pint_t cfa, in getSavedRegister()
124 A &addressSpace, const R &registers, pint_t cfa, in getSavedFloatRegister()
152 A &addressSpace, const R &registers, pint_t cfa, in getSavedVectorRegister()
176 bool DwarfInstructions<A, R>::getRA_SIGN_STATE(A &addressSpace, R registers, in getRA_SIGN_STATE()
191 int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc, in stepWithDwarf()
381 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
H A DEHHeaderParser.hpp55 bool EHHeaderParser<A>::decodeEHHdr(A &addressSpace, pint_t ehHdrStart, in decodeEHHdr()
82 A &addressSpace, pint_t &tableEntry, pint_t ehHdrStart, pint_t ehHdrEnd, in decodeTableEntry()
102 bool EHHeaderParser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehHdrStart, in findFDE()
H A DDwarfParser.hpp173 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE()
234 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE()
316 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, in parseCIE()
417 bool CFI_Parser<A>::parseFDEInstructions(A &addressSpace, in parseFDEInstructions()
H A DUnwindCursor.hpp239 UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionHeader()
279 UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionIndexArray()
305 UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularPageHeader()
330 UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularArray()
351 UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedPageHeader()
387 UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedArray()
406 UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionLsdaArray()
H A DAddressSpace.hpp438 LocalAddressSpace *addressSpace; member
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp72 unsigned addressSpace) { in createGlobal()
H A DCGExprConstant.cpp926 LangAS addressSpace = E->getType().getAddressSpace(); in tryEmitGlobalCompoundLiteral() local
H A DCGCall.cpp1642 unsigned addressSpace = CGM.getTypes().getTargetAddressSpace(ret); in GetFunctionType() local
H A DCGExpr.cpp56 unsigned addressSpace = in EmitCastToVoidPtr() local