Home
last modified time | relevance | path

Searched refs:hasECInfo (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp31 return Module.hasECInfo(); in isEditAndContinueEnabled()
DDbiModuleDescriptor.cpp43 bool DbiModuleDescriptor::hasECInfo() const { in hasECInfo() function in DbiModuleDescriptor
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h35 bool hasECInfo() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h33 bool hasECInfo() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp91 bool ModInfo::hasECInfo() const { return (Layout->Flags & HasECFlagMask) != 0; } in hasECInfo() function in ModInfo
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp474 P.printBoolean("Has EC Info", Modi.Info.hasECInfo()); in dumpDbiStream()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp557 Desc.hasECInfo()); in dumpModules()