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

  /external/llvm/lib/MC/
MCSection.cpp 65 bool ExactMatch = false;
67 ExactMatch = MI->first == Subsection;
68 if (ExactMatch)
76 if (!ExactMatch && Subsection != 0) {
  /external/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Comdat.h 33 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.c 995 BOOLEAN ExactMatch;
1091 ExactMatch = (BOOLEAN)((OpenData->AgentHandle == ImageHandle) &&
1096 if (ExactMatch) {
1103 } else if (ExactMatch) {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 200 case Comdat::SelectionKind::ExactMatch:
213 if (Result == Comdat::SelectionKind::ExactMatch) {
216 "': ExactMatch violated!");
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 282 goto ExactMatch;
289 ExactMatch: ;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 872 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 555 SK = Comdat::ExactMatch;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 875 return Comdat::ExactMatch;
    [all...]

Completed in 645 milliseconds