HomeSort by: relevance | last modified time | path
    Searched refs:abilist (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
transforms_instrumentation.go 38 func (pm PassManager) AddDataFlowSanitizerPass(abilist []string) {
39 abiliststrs := make([]*C.char, len(abilist))
40 for i, arg := range abilist {
44 C.LLVMAddDataFlowSanitizerPass(pm.C, C.int(len(abilist)), &abiliststrs[0])
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot 131 ${NINJA} -vC "${BUILD_DIR}" check-cxx-abilist || (
133 ${NINJA} -vC "${BUILD_DIR}" generate-cxx-abilist
  /src/external/lgpl3/gmp/dist/
configure 4035 # abilist set of ABI choices
4051 # abilist="64 32" then $cc_64_cflags will be used for the 64-bit ABI, but
4080 # abilist needs to be non-empty, "standard" is just a generic name here
4081 abilist="standard"
4254 abilist="32"
4364 abilist="64 32"
4372 abilist="64 32"
4380 abilist="64 32"
4388 abilist="64 32"
4396 abilist="64 32
    [all...]

Completed in 38 milliseconds