Home
last modified time | relevance | path

Searched defs:HasInlineAsm (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp220 auto HasInlineAsm = llvm::any_of(M, [](const Function &F) { in moduleCanBeRenamedForThinLTO() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp329 bool HasInlineAsm = false; in computeFunctionProperties() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp352 bool HasInlineAsm = false; in computeFunctionProperties() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp924 bool HasInlineAsm = false; member