Home
last modified time | relevance | path

Searched refs:FirstRelocation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DMachO_arm64.h24 Branch26 = Edge::FirstRelocation,
DMachO_x86_64.h24 Branch32 = Edge::FirstRelocation,
DJITLink.h65 FirstRelocation // First architecture specific relocation. enumerator
78 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation()
81 return K - FirstRelocation; in getRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp243 StringRef EdgeName = (E.getKind() < Edge::FirstRelocation in dump()