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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 76 if (AtLeastOne && !TLOF.isFunctionEHFrameSymbolPrivate()) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 37 /// IsFunctionEHFrameSymbolPrivate - This flag is set to true if the
41 bool IsFunctionEHFrameSymbolPrivate;
164 bool isFunctionEHFrameSymbolPrivate() const {
165 return IsFunctionEHFrameSymbolPrivate;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 776 if (MOFI->isFunctionEHFrameSymbolPrivate() || !IsEH)
    [all...]

Completed in 1038 milliseconds