Home
last modified time | relevance | path

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

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