mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
b16b53b181
native linking export files, including running sed to prepend underscores on darwin, and make use of it in libLTO and libEnhancedDisassembly. Remove the leading underscores from library export files so that they work with the new EXPORTED_SYMBOL_FILE support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101399 91177308-0d34-0410-b5e6-96231b3b80d8
37 lines
663 B
Plaintext
37 lines
663 B
Plaintext
EDGetDisassembler
|
|
EDGetRegisterName
|
|
EDRegisterIsStackPointer
|
|
EDRegisterIsProgramCounter
|
|
EDCreateInsts
|
|
EDReleaseInst
|
|
EDInstByteSize
|
|
EDGetInstString
|
|
EDInstIsBranch
|
|
EDInstIsMove
|
|
EDBranchTargetID
|
|
EDMoveSourceID
|
|
EDMoveTargetID
|
|
EDNumTokens
|
|
EDGetToken
|
|
EDGetTokenString
|
|
EDOperandIndexForToken
|
|
EDTokenIsWhitespace
|
|
EDTokenIsPunctuation
|
|
EDTokenIsOpcode
|
|
EDTokenIsLiteral
|
|
EDTokenIsRegister
|
|
EDTokenIsNegativeLiteral
|
|
EDLiteralTokenAbsoluteValue
|
|
EDRegisterTokenValue
|
|
EDNumOperands
|
|
EDGetOperand
|
|
EDOperandIsRegister
|
|
EDOperandIsImmediate
|
|
EDOperandIsMemory
|
|
EDRegisterOperandValue
|
|
EDImmediateOperandValue
|
|
EDEvaluateOperand
|
|
EDBlockCreateInsts
|
|
EDBlockEvaluateOperand
|
|
EDBlockVisitTokens
|