HomeSort by relevance Sort by last modified time
    Searched refs:isExtern (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 240 bool isExtern = (RE->Word1 >> 27) & 1;
241 // Figure out the source symbol of the relocation. If isExtern is true,
251 if (!isExtern)
377 bool isExtern = (RE->Word1 >> 27) & 1;
378 // Figure out the source symbol of the relocation. If isExtern is true,
382 if (!isExtern)
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
NdkApiXmlReport.java 181 if (symArr[i].isExtern()) {
203 if (symArr[i].isExtern()) {
252 if (symArr[i].isExtern()) {
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 566 bool isExtern = (RE->Word1 >> 27) & 1;
571 if (isExtern) {
597 bool isExtern = (RE->Word1 >> 27) & 1;
599 if (!isExtern) {
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
SoParser.java 166 if (symbol.isExtern()) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 831 bool isExtern = false;
834 isExtern = O->getPlainRelocationExternal(RE);
835 if (isExtern) {
    [all...]
llvm-objdump.cpp 700 bool isExtern = O->getPlainRelocationExternal(RE);
703 if (isExtern) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
llvm-objdump.cpp 598 bool isExtern = O->getPlainRelocationExternal(RE);
604 } else if (isExtern) {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 759 bool isExtern = getPlainRelocationExternal(RE);
760 if (!isExtern)
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 1614 milliseconds